summaryrefslogtreecommitdiff
path: root/lib/cmath.rb
diff options
context:
space:
mode:
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.
#