From 861219ce4a8c91a6d94c0d138c2f2bf2b3c2337e Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 9 Mar 2008 01:04:46 +0000 Subject: fix doc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io.c') diff --git a/io.c b/io.c index 8d2f8e088a..1f2af9fb25 100644 --- a/io.c +++ b/io.c @@ -2077,9 +2077,9 @@ rb_io_lineno(VALUE io) * $. #=> 1 * f.lineno = 1000 * f.lineno #=> 1000 - * $. # lineno of last read #=> 1 + * $. #=> 1 # lineno of last read * f.gets #=> "This is line two\n" - * $. # lineno of last read #=> 1001 + * $. #=> 1001 # lineno of last read */ static VALUE -- cgit v1.2.3