lib/scanf.rb: [DOC] fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
33f4ff71ed
commit
bb8f6ac0fe
@ -13,7 +13,7 @@
|
|||||||
# scanf is an implementation of the C function scanf(3), modified as necessary
|
# scanf is an implementation of the C function scanf(3), modified as necessary
|
||||||
# for Ruby compatibility.
|
# for Ruby compatibility.
|
||||||
#
|
#
|
||||||
# the methods provided are String#scanf, IO#scanf, and
|
# The methods provided are String#scanf, IO#scanf, and
|
||||||
# Kernel#scanf. Kernel#scanf is a wrapper around STDIN.scanf. IO#scanf
|
# Kernel#scanf. Kernel#scanf is a wrapper around STDIN.scanf. IO#scanf
|
||||||
# can be used on any IO stream, including file handles and sockets.
|
# can be used on any IO stream, including file handles and sockets.
|
||||||
# scanf can be called either with or without a block.
|
# scanf can be called either with or without a block.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user