mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e5b75da1fe
commit
02a15031b1
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ module OpenURI
|
|||
#
|
||||
# If :progress_proc option is specified, the proc is called with one
|
||||
# argument each time when `open' gets content fragment from network.
|
||||
# The argument `size' `size' is a accumulated transfered size in bytes.
|
||||
# The argument `size' `size' is a accumulated transferred size in bytes.
|
||||
#
|
||||
# If two or more transfer is done by HTTP redirection, the procedure
|
||||
# is called only one for a last transfer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue