diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-11-25 10:49:29 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-11-25 10:49:29 +0000 |
commit | 217d37a64a0df8ed369998c135acc175cac4c6dd (patch) | |
tree | 39df11f9e6c91a7dcdfead5cb266818643ba9e9c /lib/uri/common.rb | |
parent | b514742374d1afffa56e1a2e0849fd3f5c6d8025 (diff) |
* lib/uri/common.rb: [DOC] typo fixes by @vipulnsward [Fixes GH-456]
https://github.com/ruby/ruby/pull/456
* lib/uri/generic.rb: [DOC] ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/uri/common.rb')
-rw-r--r-- | lib/uri/common.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri/common.rb b/lib/uri/common.rb index 771be971a5..28c7933be6 100644 --- a/lib/uri/common.rb +++ b/lib/uri/common.rb @@ -74,7 +74,7 @@ module URI # The constructor accepts a hash as options for parser. # Keys of options are pattern names of URI components # and values of options are pattern strings. - # The constructor generetes set of regexps for parsing URIs. + # The constructor generates set of regexps for parsing URIs. # # You can use the following keys: # |