summaryrefslogtreecommitdiff
path: root/lib/abbrev.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/abbrev.rb')
-rw-r--r--lib/abbrev.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/abbrev.rb b/lib/abbrev.rb
index aa7e33a65d..e6e810bf69 100644
--- a/lib/abbrev.rb
+++ b/lib/abbrev.rb
@@ -84,7 +84,7 @@ class Array
# the pattern or starting with the string are considered.
#
# %w{ car cone }.abbrev #=> { "ca" => "car", "car" => "car",
- # "co" => "cone", "con" => cone",
+ # "co" => "cone", "con" => "cone",
# "cone" => "cone" }
def abbrev(pattern = nil)
Abbrev::abbrev(self, pattern)