[前][次][番号順一覧][スレッド一覧]

ruby-changes:30789

From: ktsj <ko1@a...>
Date: Sat, 7 Sep 2013 13:58:48 +0900 (JST)
Subject: [ruby-changes:30789] ktsj:r42868 (trunk): * doc/security.rdoc: [DOC] fix typo.

ktsj	2013-09-07 13:58:40 +0900 (Sat, 07 Sep 2013)

  New Revision: 42868

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42868

  Log:
    * doc/security.rdoc: [DOC] fix typo.

  Modified files:
    trunk/doc/security.rdoc
Index: doc/security.rdoc
===================================================================
--- doc/security.rdoc	(revision 42867)
+++ doc/security.rdoc	(revision 42868)
@@ -46,7 +46,7 @@ manually. Never deserialize to a user sp https://github.com/ruby/ruby/blob/trunk/doc/security.rdoc#L46
 == 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]