summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authorktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-18 10:36:54 +0000
committerktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-18 10:36:54 +0000
commit00b8bd5c877606ff0cbdc4a0afdf75cd9a3b61cb (patch)
tree49023b3b29299b3537d22fdce3fd0bdc2d5e7e4a /object.c
parent04f0de74dd22bc9e06b14d0c777d15fcde2e50a8 (diff)
* error.c, object.c, ext/readline/README.ja: [DOC] $SAFE=4 is obsolete.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'object.c')
-rw-r--r--object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.c b/object.c
index 265601c799..83a48db557 100644
--- a/object.c
+++ b/object.c
@@ -918,7 +918,7 @@ rb_obj_tainted(VALUE obj)
* You should only untaint a tainted object if your code has inspected it and
* determined that it is safe. To do so use #untaint
*
- * In $SAFE level 3 and 4, all objects are tainted and untrusted, any use of
+ * In $SAFE level 3, all objects are tainted and untrusted, any use of
* trust or taint methods will raise a SecurityError exception.
*/