aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/lib/psych/nodes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/psych/lib/psych/nodes.rb')
-rw-r--r--ext/psych/lib/psych/nodes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/lib/psych/nodes.rb b/ext/psych/lib/psych/nodes.rb
index 9e5946daa9..f3b33fe975 100644
--- a/ext/psych/lib/psych/nodes.rb
+++ b/ext/psych/lib/psych/nodes.rb
@@ -31,7 +31,7 @@ module Psych
# doc = Psych::Nodes::Document.new
# seq = Psych::Nodes::Sequence.new
# scalar = Psych::Nodes::Scalar.new('foo')
- #
+ #
# # Build up our tree
# stream.children << doc
# doc.children << seq