diff --git a/src/app/text-mate-scope-selector.coffee b/src/app/text-mate-scope-selector.coffee index f21007015..46408c066 100644 --- a/src/app/text-mate-scope-selector.coffee +++ b/src/app/text-mate-scope-selector.coffee @@ -15,13 +15,13 @@ class TextMateScopeSelector source: null matcher: null - # Public: Create a new scope selector. + # Create a new scope selector. # # source - A {String} to parse as a scope selector. constructor: (@source) -> @matcher = TextMateScopeSelector.createParser().parse(@source) - # Public: Check if this scope selector matches the scopes. + # Check if this scope selector matches the scopes. # # scopes - An {Array} of {String}s. #