[95869] contrib/mpbot/port.rb

snc at macports.org snc at macports.org
Wed Jul 25 08:38:42 PDT 2012


Revision: 95869
          https://trac.macports.org/changeset/95869
Author:   snc at macports.org
Date:     2012-07-25 08:38:40 -0700 (Wed, 25 Jul 2012)
Log Message:
-----------
mpbot: remove Oxford comma

Modified Paths:
--------------
    contrib/mpbot/port.rb

Modified: contrib/mpbot/port.rb
===================================================================
--- contrib/mpbot/port.rb	2012-07-25 14:31:07 UTC (rev 95868)
+++ contrib/mpbot/port.rb	2012-07-25 15:38:40 UTC (rev 95869)
@@ -303,7 +303,7 @@
 			when 2
 				return a.join(' and ')
 			else
-				return a.slice(0, sz-1).join(', ') + ', and ' + a[sz-1]
+				return a.slice(0, sz-1).join(', ') + ' and ' + a[sz-1]
 		end
 	end
 	
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120725/71d1e8d2/attachment.html>


More information about the macports-changes mailing list