👕 Fix linter error

This commit is contained in:
Antonio Scandurra
2017-12-22 14:13:51 +01:00
parent c05615b8f8
commit 645252e0c2

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"]`
//