From b73610f18f61a1752b8f474aea9ae62e27280b47 Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 15 Feb 2014 01:33:03 +0000 Subject: minor rdoc typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/scanf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/scanf.rb') diff --git a/lib/scanf.rb b/lib/scanf.rb index 4827df1e42..b6c5287664 100644 --- a/lib/scanf.rb +++ b/lib/scanf.rb @@ -603,7 +603,7 @@ class IO # If a block is given, the value from that is returned from # the yield is added to an output array. # - # "123 456".block_scanf("%d) do |digit,| # the ',' unpacks the Array + # "123 456".block_scanf("%d") do |digit,| # the ',' unpacks the Array # digit + 100 # end # # => [223, 556] -- cgit v1.2.3