Merge pull request #775 from wjk/fix-doc-typo

Confusing Typo Fix
This commit is contained in:
Ted Nyman
2013-11-10 09:25:52 -08:00

View File

@@ -75,7 +75,7 @@ module Linguist
# Internal: Is the blob minified files? # Internal: Is the blob minified files?
# #
# Consider a file minified if it contains more than 5% spaces. # Consider a file minified if it contains less than 5% spaces.
# Currently, only JS and CSS files are detected by this method. # Currently, only JS and CSS files are detected by this method.
# #
# Returns true or false. # Returns true or false.