Skip to content

Commit e0fae82

Browse files
guragamarijnh
authored andcommitted
Make text more clear
1 parent 3c833a0 commit e0fae82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/manual.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,12 +1277,12 @@ <h3 id="api_content">Content manipulation methods</h3>
12771277
<dt id="lineCount"><code><strong>doc.lineCount</strong>() → integer</code></dt>
12781278
<dd>Get the number of lines in the editor.</dd>
12791279
<dt id="firstLine"><code><strong>doc.firstLine</strong>() → integer</code></dt>
1280-
<dd>Get the first line of the editor. This will
1280+
<dd>Get the number of first line in the editor. This will
12811281
usually be zero but for <a href="#linkedDoc_from">linked sub-views</a>,
12821282
or <a href="#api_doc">documents</a> instantiated with a non-zero
12831283
first line, it might return other values.</dd>
12841284
<dt id="lastLine"><code><strong>doc.lastLine</strong>() → integer</code></dt>
1285-
<dd>Get the last line of the editor. This will
1285+
<dd>Get the number of last line in the editor. This will
12861286
usually be <code>doc.lineCount() - 1</code>,
12871287
but for <a href="#linkedDoc_from">linked sub-views</a>,
12881288
it might return other values.</dd>

0 commit comments

Comments
 (0)