Skip to content

Commit 11ef5ed

Browse files
committed
Pending changes
1 parent 8d2a353 commit 11ef5ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ if you want see measures by sample file
178178
--------------
179179

180180
Like in linguist you can override the strategies via `.gitattributes` file.
181-
Add a `.gitattributes` file to the directory and use the same matchers that you would uses in linguist `linguist-documentation`,`linguist-language` or `linguist-vendored` to do the override.
181+
Add a `.gitattributes` file to the directory and use the same matchers that you would use in linguist `linguist-documentation`,`linguist-language` or `linguist-vendored` to do the override.
182182

183183
#### Vendored code
184184

common.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ func GetLanguagesBySpecificClassifier(content []byte, candidates []string, class
415415
}
416416

417417
// GetLanguagesByGitAttributes returns either a string slice with the language
418-
// if the filename matches with a regExp in .gitattributes or returns a empty slice
418+
// if the filename matches with a regExp in .gitattributes or returns an empty slice
419419
// in case no regExp matches the filename. It complies with the signature to be a Strategy type.
420420
func GetLanguagesByGitAttributes(filename string, content []byte, candidates []string) []string {
421421
gitAttributes := NewGitAttributes()

0 commit comments

Comments
 (0)