summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2021-04-26 02:25:11 +0900
committerRyuta Kamizono <kamipo@gmail.com>2021-04-26 02:25:11 +0900
commit98617e55a103c1c06a3b38e2c5456d5eecdfd5e0 (patch)
tree5e3f0cbd19baa397f569ad4e87b894aa1af8ef64 /lib
parent091cd46b1f18d7a6465c7025f2f1d5a4f2bb70a4 (diff)
downloadpsych-98617e55a103c1c06a3b38e2c5456d5eecdfd5e0.zip
Fix some typos [ci skip]
Diffstat (limited to 'lib')
-rw-r--r--lib/psych/handler.rb2
-rw-r--r--lib/psych/nodes/scalar.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/psych/handler.rb b/lib/psych/handler.rb
index 8f23e36..ad7249f 100644
--- a/lib/psych/handler.rb
+++ b/lib/psych/handler.rb
@@ -119,7 +119,7 @@ module Psych
# +tag+ is an associated tag or nil
# +plain+ is a boolean value
# +quoted+ is a boolean value
- # +style+ is an integer idicating the string style
+ # +style+ is an integer indicating the string style
#
# See the constants in Psych::Nodes::Scalar for the possible values of
# +style+
diff --git a/lib/psych/nodes/scalar.rb b/lib/psych/nodes/scalar.rb
index e2616b6..5550b61 100644
--- a/lib/psych/nodes/scalar.rb
+++ b/lib/psych/nodes/scalar.rb
@@ -50,7 +50,7 @@ module Psych
# +tag+ is an associated tag or nil
# +plain+ is a boolean value
# +quoted+ is a boolean value
- # +style+ is an integer idicating the string style
+ # +style+ is an integer indicating the string style
#
# == See Also
#