summaryrefslogtreecommitdiff
path: root/lib/psych/tree_builder.rb
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-29 20:33:22 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-29 20:33:22 +0000
commitc294fcc0abe83bae433bc08b009db1d03b39e864 (patch)
treee116ac362c99937162184956564d3180f87c482d /lib/psych/tree_builder.rb
parente43b94231b76d1953b51ba36e7e7fd6399fd2851 (diff)
* lib/psych.rb: documentation updates. Thanks Peter McLain!
* lib/psych/{coder,tree_builder}.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/psych/tree_builder.rb')
-rw-r--r--lib/psych/tree_builder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/tree_builder.rb b/lib/psych/tree_builder.rb
index 6437a73771..2b16290b8f 100644
--- a/lib/psych/tree_builder.rb
+++ b/lib/psych/tree_builder.rb
@@ -3,7 +3,7 @@ require 'psych/handler'
module Psych
###
# This class works in conjunction with Psych::Parser to build an in-memory
- # parse tree tree that represents a YAML document.
+ # parse tree that represents a YAML document.
#
# == Example
#