Fix typos [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2018-06-07 12:06:15 +00:00
parent 5a10e577df
commit 905e89675f

View File

@ -79,7 +79,7 @@ module Net # :nodoc:
##
# WriteTimeout, a subclass of Timeout::Error, is raised if a chunk of the
# response cannot be read within the read_timeout.
# response cannot be write within the write_timeout.
class WriteTimeout < Timeout::Error; end