diff --git a/lib/linguist/generated.rb b/lib/linguist/generated.rb index ea0a40ad..7ae89449 100644 --- a/lib/linguist/generated.rb +++ b/lib/linguist/generated.rb @@ -75,7 +75,7 @@ module Linguist # 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. # # Returns true or false.