diff options
author | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-11-08 11:57:00 +0000 |
---|---|---|
committer | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-11-08 11:57:00 +0000 |
commit | 41cc7eaa7ead04cc9abab57518f2aa3ff179428a (patch) | |
tree | c991747b75794f109573ff5a2154e8f92961ce91 /lib/uri/common.rb | |
parent | eb8ae3bdda33f9a9f95b334a2fe974aa1fde9868 (diff) |
Update comment about default constant
Patch by: Dave Takahashi <[email protected]> (@dtakahas)
Signed-off-by: Akira Matsuda <[email protected]>
closes #1151
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56674 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 48bf6970de..c9ea9c8390 100644 --- a/lib/uri/common.rb +++ b/lib/uri/common.rb @@ -74,7 +74,7 @@ module URI # String to replaces in. # +unsafe+:: # Regexp that matches all symbols that must be replaced with codes. - # By default uses <tt>REGEXP::UNSAFE</tt>. + # By default uses <tt>UNSAFE</tt>. # When this argument is a String, it represents a character set. # # == Description |