From f8bf6f253aa934090561524d71410464afdccf06 Mon Sep 17 00:00:00 2001 From: Max Heinritz Date: Mon, 13 Oct 2014 11:54:33 -0700 Subject: [PATCH] Fix errors in Anchor docs At least, I think they are errors. --- lib/ace/anchor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 **/