diff options
author | ktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-07 04:58:40 +0000 |
---|---|---|
committer | ktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-09-07 04:58:40 +0000 |
commit | c65e9bbff91ce0158aecd17b5a94b6fdafbd4238 (patch) | |
tree | 57249099ee57500d132df5113fbc29d552171741 /doc | |
parent | 113b1c76fc9ace9f12f83e5edc7d4dadcc708c17 (diff) | |
download | ruby-c65e9bbff91ce0158aecd17b5a94b6fdafbd4238.tar.gz |
* doc/security.rdoc: [DOC] fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-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 d552f9876c..d8efca0042 100644 --- a/doc/security.rdoc +++ b/doc/security.rdoc @@ -46,7 +46,7 @@ manually. Never deserialize to a user specified class. == YAML YAML is a popular human readable data serialization format used by many Ruby -programs for configuration and database persistance of Ruby object trees. +programs for configuration and database persistence of Ruby object trees. Similar to +Marshal+, it is able to deserialize into arbitrary Ruby classes. For example, the following YAML data will create an +ERB+ object when |