mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
typo in comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
00ac002f79
commit
38d2bcf47c
1 changed files with 1 additions and 1 deletions
2
eval.c
2
eval.c
|
@ -131,7 +131,7 @@ int ruby_safe_level = 0;
|
|||
0 - strings from streams/environment/ARGV are tainted (default)
|
||||
1 - no dangerous operation by tainted value
|
||||
2 - process/file operations prohibited
|
||||
3 - all genetated objects are tainted
|
||||
3 - all generated objects are tainted
|
||||
4 - no global (non-tainted) variable modification/no direct output
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue