Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 6e28b8b

Browse files
committed
minor comment cleanup
1 parent 8ae8e1b commit 6e28b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/Editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ define(function (require, exports, module) {
895895
/**
896896
* Deterines if line is fully visible.
897897
* @param {number} zero-based index of the line to test
898-
* @returns {boolean} true if it's visible, false if not
898+
* @return {boolean} true if the line is fully visible, false otherwise
899899
*/
900900
Editor.prototype.isLineVisible = function (line) {
901901
var coords = this._codeMirror.charCoords({line: line, ch: 0}, "local"),

0 commit comments

Comments
 (0)