diff --git a/lib/open-uri.rb b/lib/open-uri.rb index e33e57a7f6..cb9c3aa505 100644 --- a/lib/open-uri.rb +++ b/lib/open-uri.rb @@ -9,7 +9,7 @@ module URI # If the first argument responds to the 'open' method, 'open' is called on # it with the rest of the arguments. # - # If the first argument is a string that begins with (protocol)://, it is parsed by + # If the first argument is a string that begins with (protocol)://, it is parsed by # URI.parse. If the parsed object responds to the 'open' method, # 'open' is called on it with the rest of the arguments. #