Merge pull request #23000 from icecream17/patch-5

Remove duplicate `to`
This commit is contained in:
Sadick 2021-09-20 18:49:05 +03:00 committed by GitHub
commit 02209027a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ module.exports = class GrammarRegistry {
}
// Extended: Get the `languageId` that has been explicitly assigned to
// to the given buffer, if any.
// the given buffer, if any.
//
// Returns a {String} id of the language
getAssignedLanguageId(buffer) {