Fixed typo in a documentation comment.

This commit is contained in:
William Kent
2013-11-10 10:48:03 -05:00
parent 5bef198e6d
commit d7baf4ed7b

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.