From 91364a9769ba774876fb9dfc33bcfbe10c1de35f Mon Sep 17 00:00:00 2001 From: Laurent Parenteau Date: Mon, 14 May 2012 09:56:00 -0400 Subject: [PATCH] Improved comment. --- lib/linguist/blob_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/blob_helper.rb b/lib/linguist/blob_helper.rb index 2a40f59c..b2c5bf42 100644 --- a/lib/linguist/blob_helper.rb +++ b/lib/linguist/blob_helper.rb @@ -478,7 +478,7 @@ module Linguist elsif lines.first.to_s =~ /^[\t ]*;/ or lines.first.to_s =~ /^%?[A-Za-z0-9]+[\t ]*;*/ Language['M'] - # Fallback to Objective-C, don't want any Matlab false positives + # Fallback to Objective-C, don't want any M or Matlab false positives else Language['Objective-C'] end