From 41cc7eaa7ead04cc9abab57518f2aa3ff179428a Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Tue, 8 Nov 2016 11:57:00 +0000 Subject: [PATCH] Update comment about default constant Patch by: Dave Takahashi (@dtakahas) Signed-off-by: Akira Matsuda closes #1151 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/uri/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 REGEXP::UNSAFE. + # By default uses UNSAFE. # When this argument is a String, it represents a character set. # # == Description