summaryrefslogtreecommitdiff
path: root/lib/cmath.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-03 09:08:16 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-03 09:08:16 +0000
commit6ddfcd93fcad8d12ebd8365707b526946ae6e73e (patch)
treeab454b0b5a506ae06627cdf9d80879b01331d87e /lib/cmath.rb
parent3e5988b29d605bde0ea1ff651e8a5c3de8228a23 (diff)
* 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
Diffstat (limited to 'lib/cmath.rb')
-rw-r--r--lib/cmath.rb2
1 files changed, 1 insertions, 1 deletions
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.
#