From 6ddfcd93fcad8d12ebd8365707b526946ae6e73e Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 3 Jul 2015 09:08:16 +0000 Subject: * lib/cmath.rb: shouldn't use non-ASCII characters in documentation. as a custom, single quote is seen as the same as apostrophe in computer typography. [skip ci] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/cmath.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/cmath.rb b/lib/cmath.rb index fb2edd6eb4..bd47f5566c 100644 --- a/lib/cmath.rb +++ b/lib/cmath.rb @@ -7,7 +7,7 @@ # # Note that the selection of functions is similar, but not identical, # to that in module math. The reason for having two modules is that -# some users aren’t interested in complex numbers, and perhaps don’t +# some users aren't interested in complex numbers, and perhaps don't # even know what they are. They would rather have Math.sqrt(-1) raise # an exception than return a complex number. # -- cgit v1.2.3