Fix errors in Anchor docs

At least, I think they are errors.
This commit is contained in:
Max Heinritz 2014-10-13 11:54:33 -07:00
commit f8bf6f253a

View file

@ -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
**/