From 770a1d4553a57965388a9db3671b86782ef2c212 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Fri, 28 Nov 2014 17:07:15 -0600 Subject: [PATCH] update docs --- lib/linguist/heuristics.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/linguist/heuristics.rb b/lib/linguist/heuristics.rb index 954a7d16..0b09bd1b 100644 --- a/lib/linguist/heuristics.rb +++ b/lib/linguist/heuristics.rb @@ -12,8 +12,7 @@ module Linguist # Language["Ruby"], Language["Python"] # ]) # - # Returns an Array with one Language if a heuristic matched, or empty if - # none matched or were inconclusive. + # Returns an Array of languages, or empty if none matched or were inconclusive. def self.call(blob, languages) data = blob.data