Merge pull request #16441 from malept/fix-linter-error

Remove trailing whitespace from text editor docs
This commit is contained in:
Lee Dohm
2017-12-24 13:29:07 -08:00
committed by GitHub

View File

@@ -3604,7 +3604,7 @@ class TextEditor {
// coordinates. Useful with {Config::get}.
//
// For example, if called with a position inside the parameter list of an
// anonymous CoffeeScript function, this method returns a {ScopeDescriptor} with
// anonymous CoffeeScript function, this method returns a {ScopeDescriptor} with
// the following scopes array:
// `["source.coffee", "meta.function.inline.coffee", "meta.parameters.coffee", "variable.parameter.function.coffee"]`
//