diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-06-08 17:29:01 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-06-08 17:29:01 -0700 |
commit | 2040a6df75d7c598572c823d002774dc08e189db (patch) | |
tree | 0bf7072e5a9b48a1ac4c2f466ef4150ac087a2ea | |
parent | e70609a1beb83d7692e91cd889fea4faa9787a14 (diff) | |
parent | ed65d0248365f4e194e650d90d443e26e30463f1 (diff) | |
download | psych-2040a6df75d7c598572c823d002774dc08e189db.zip |
Merge pull request #15 from nirvdrum/patch-1
Small grammar fix for Readme.
-rw-r--r-- | README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc index 96df403..79b2f21 100644 --- a/README.rdoc +++ b/README.rdoc @@ -5,7 +5,7 @@ == Description Psych is a YAML parser and emitter. Psych leverages libyaml[http://libyaml.org] -for it's YAML parsing and emitting capabilities. In addition to wrapping +for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format. |