summaryrefslogtreecommitdiff
path: root/lib/psych.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-12-13 14:46:20 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-12-13 14:46:20 -0800
commit9ab3a7066b09a5f7b563626676d788125882b581 (patch)
treee6712c555f10b51ab7012c14e39d2cc1f4359fd3 /lib/psych.rb
parentc2e0c9878416f621b23525870d69d2bc4816fceb (diff)
downloadpsych-9ab3a7066b09a5f7b563626676d788125882b581.zip
merge changes from ruby trunk
Diffstat (limited to 'lib/psych.rb')
-rw-r--r--lib/psych.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index d4a5171..9aab728 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -18,8 +18,8 @@ require 'psych/handlers/document_stream'
###
# = Overview
#
-# Psych is a YAML parser and emitter.
-# Psych leverages libyaml [Home page: http://pyyaml.org/wiki/LibYAML]
+# Psych is a YAML parser and emitter.
+# Psych leverages libyaml [Home page: http://pyyaml.org/wiki/LibYAML]
# or [Git repo: https://github.com/zerotao/libyaml] 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