diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-06 17:16:39 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-02-06 17:16:39 +0000 |
commit | 4f74d59be995694a271b1a1a8e7bb45573db2c6d (patch) | |
tree | 252111580f206a6c4bb58def5a1f7e972a4e91f5 /doc/security.rdoc | |
parent | efcc536b1dfb8c1b96c994b9f1c2f43ef7a57788 (diff) |
* doc/security.rb: Translate japanese kanji to english
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/security.rdoc')
-rw-r--r-- | doc/security.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/security.rdoc b/doc/security.rdoc index 6016d0e253..9f4bca67c5 100644 --- a/doc/security.rdoc +++ b/doc/security.rdoc @@ -8,7 +8,7 @@ alternatives where applicable. Please check the full list of publicly known CVEs and how to correctly report a security vulnerability, at: http://www.ruby-lang.org/en/security/ -日本語版もありました。 http://www.ruby-lang.org/ja/security/ +Japanese version is here: http://www.ruby-lang.org/ja/security/ == <code>$SAFE</code> |