summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Menard <nirvdrum@gmail.com>2011-05-07 06:23:43 -0700
committerKevin Menard <nirvdrum@gmail.com>2011-05-07 06:23:43 -0700
commited65d0248365f4e194e650d90d443e26e30463f1 (patch)
tree7955cc339835c7afd6648b9da9bdc0f02cf48599
parent1a5609f1c19238565ddf520b7439bfc0948cf539 (diff)
downloadpsych-ed65d0248365f4e194e650d90d443e26e30463f1.tar.gz
It's "its."
-rw-r--r--README.rdoc2
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.