Fix doc on editor.remove
This commit is contained in:
parent
c0b300a8e8
commit
d21be42c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -1292,7 +1292,7 @@ var Editor = function(renderer, session) {
|
|||
};
|
||||
|
||||
/**
|
||||
* Removes words of text from the editor. A "word" is defined as a string of characters bookended by whitespace.
|
||||
* Removes the current selection or one character.
|
||||
* @param {String} dir The direction of the deletion to occur, either "left" or "right"
|
||||
*
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue