diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-05-03 12:59:52 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-05-03 12:59:52 +0000 |
commit | 9a2c3fd65e9937f2bf3aa9bfdd5b9e5605fd7642 (patch) | |
tree | 4ef099f7d81f1e6f1a8d8f1cbee8d92893645877 /lib/yaml.rb | |
parent | b0616346f8098d0f2063c48ee61c09eb2ddc851e (diff) |
* lib/yaml.rb: fix typo. [ci skip][fix GH-890]
Patch by @miketheman
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/yaml.rb')
-rw-r--r-- | lib/yaml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yaml.rb b/lib/yaml.rb index c0ffcf877b..b211ca5a73 100644 --- a/lib/yaml.rb +++ b/lib/yaml.rb @@ -52,7 +52,7 @@ YAML = Psych # :nodoc: # For more advanced details on the implementation see Psych, and also check out # http://yaml.org for spec details and other helpful information. # -# Pysch is maintained by Aaron Patterson on github: https://github.com/tenderlove/psych +# Psych is maintained by Aaron Patterson on github: https://github.com/tenderlove/psych # # Syck can also be found on github: https://github.com/tenderlove/syck module YAML |