aboutsummaryrefslogtreecommitdiffstats
path: root/bin/ri
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ri')
-rwxr-xr-xbin/ri2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ri b/bin/ri
index fb3e00eda3..ae793f6962 100755
--- a/bin/ri
+++ b/bin/ri
@@ -7,7 +7,7 @@
#
# Class | Class::method | Class#method | Class.method | method
#
-# All names may be abbreviated to their minimum unbiguous form. If a name
+# All names may be abbreviated to their minimum unambiguous form. If a name
# _is_ ambiguous, all valid options will be listed.
#
# The form '.' method matches either class or instance methods, while