Skip to content

Commit

Permalink
Update getInvisibles documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech authored Jun 26, 2019
1 parent 8eb8dbb commit f6f9028
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/text-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -4084,7 +4084,9 @@ module.exports = class TextEditor {
}

// Returns an {Object} representing the current invisible character
// substitutions for this editor. See {::setInvisibles}.
// substitutions for this editor, whose keys are names of invisible characters
// and whose values are 1-character {Strings}s that are displayed in place of
// those invisible characters
getInvisibles() {
if (!this.mini && this.showInvisibles && this.invisibles != null) {
return this.invisibles;
Expand Down

0 comments on commit f6f9028

Please sign in to comment.