File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments