summaryrefslogtreecommitdiff
path: root/lib/psych/coder.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psych/coder.rb')
-rw-r--r--lib/psych/coder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/coder.rb b/lib/psych/coder.rb
index c9f9a183f4..79e46dab1b 100644
--- a/lib/psych/coder.rb
+++ b/lib/psych/coder.rb
@@ -1,7 +1,7 @@
module Psych
###
# If an object defines +encode_with+, then an instance of Psych::Coder will
- # passed to the method when the object is being serialized. The Coder
+ # be passed to the method when the object is being serialized. The Coder
# automatically assumes a Psych::Nodes::Mapping is being emitted. Other
# objects like Sequence and Scalar may be emitted if +seq=+ or +scalar=+ are
# called, respectively.