summaryrefslogtreecommitdiff
path: root/man/ruby.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/ruby.1')
-rw-r--r--man/ruby.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/ruby.1 b/man/ruby.1
index 1888312d26..9f0ae05ee9 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -313,7 +313,7 @@ Enables automatic line-ending processing, which means to firstly set
to the value of
.Li "$/" ,
and secondly chops every line read using
-.Li chop! .
+.Li chomp! .
.Pp
.It Fl n
Causes Ruby to assume the following loop around your script, which