summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2018-04-27 11:19:59 +0200
committerutilum <oz@utilum.com>2018-04-27 11:19:59 +0200
commit51ca5005f08bd11ec8a5b983c46ebca0ec0a213c (patch)
treea3d2bee39f093cf81de72b54e75d81943f202445 /lib
parent89bd0d453f6f4ff15414747dcdd8cfee698ca9bb (diff)
downloadpsych-51ca5005f08bd11ec8a5b983c46ebca0ec0a213c.tar.gz
Correct doc typo "achor" should be "anchor"
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/handler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/handler.rb b/lib/psych/handler.rb
index 84a3b4f..8f23e36 100644
--- a/lib/psych/handler.rb
+++ b/lib/psych/handler.rb
@@ -105,7 +105,7 @@ module Psych
# - first element
# - *ponies
#
- # &ponies is the achor, *ponies is the alias. In this case, alias is
+ # &ponies is the anchor, *ponies is the alias. In this case, alias is
# called with "ponies".
def alias anchor
end