spelling: arbitrary

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-08-08 22:52:39 -04:00
parent 2e629094b6
commit 7b3e094013

View File

@ -231,7 +231,7 @@ func isCompiledCoffeeScript(path, ext string, content []byte) bool {
}
})
// Require a score of 3. This is fairly abritrary. Consider tweaking later.
// Require a score of 3. This is fairly arbitrary. Consider tweaking later.
// See: https://github.com/github/linguist/blob/master/lib/linguist/generated.rb#L176-L213
return score >= 3
}