aboutsummaryrefslogtreecommitdiffstats
path: root/lib/abbrev.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/abbrev.rb')
-rwxr-xr-xlib/abbrev.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/abbrev.rb b/lib/abbrev.rb
index d4f8196f49..841f6d980e 100755
--- a/lib/abbrev.rb
+++ b/lib/abbrev.rb
@@ -49,8 +49,8 @@ module Abbrev
# are all the possible abbreviations and the values are the full
# strings.
#
- # Thus, given input of "car" and "cone", the keys pointing to "car" would be
- # "ca" and "car", while those pointing to "cone" would be "co", "con", and
+ # Thus, given +words+ is "car" and "cone", the keys pointing to "car" would
+ # be "ca" and "car", while those pointing to "cone" would be "co", "con", and
# "cone".
#
# require 'abbrev'