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