diff --git a/lib/ace/anchor.js b/lib/ace/anchor.js index 4e330ef6..58a4cb06 100644 --- a/lib/ace/anchor.js +++ b/lib/ace/anchor.js @@ -36,7 +36,7 @@ var EventEmitter = require("./lib/event_emitter").EventEmitter; /** * - * Defines the floating pointer in the document. Whenever text is inserted or deleted before the cursor, the position of the cursor is updated. + * Defines a floating pointer in the document. Whenever text is inserted or deleted before the cursor, the position of the anchor is updated. * * @class Anchor **/