diff options
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r-- | core/.view.luadoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc index 03952327..bf2fe95c 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -10,9 +10,9 @@ module('view') -- Markdown: -- ## Fields -- --- * `doc_pointer`: The pointer to the document associated with this view's --- buffer. (Used internally; read-only) --- * `size`: The integer position of the split resizer (if this view is part of +-- * `doc_pointer` [number]: The pointer to the document associated with this +-- view's buffer. (Read-only) +-- * `size` [number]: The position of the split resizer (if this view is part of -- a split view). --- |