Skip to content

Commit 0220902

Browse files
authored
Merge pull request atom#23000 from icecream17/patch-5
Remove duplicate `to`
2 parents dd4fae1 + 17daccf commit 0220902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grammar-registry.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ module.exports = class GrammarRegistry {
169169
}
170170

171171
// Extended: Get the `languageId` that has been explicitly assigned to
172-
// to the given buffer, if any.
172+
// the given buffer, if any.
173173
//
174174
// Returns a {String} id of the language
175175
getAssignedLanguageId(buffer) {

0 commit comments

Comments
 (0)