From e4b63202eb25ee86c5173364c13a8ead02419f7d Mon Sep 17 00:00:00 2001 From: Sergio <25378688+sergioro9@users.noreply.github.com> Date: Wed, 29 Apr 2020 09:39:09 -0600 Subject: [PATCH] Remove unnecessary word from comment --- lib/yaml.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/yaml.rb b/lib/yaml.rb index cec7808f05..17b27e802f 100644 --- a/lib/yaml.rb +++ b/lib/yaml.rb @@ -40,7 +40,7 @@ YAML = Psych # :nodoc: # # == History # -# Syck was the original for YAML implementation in Ruby's standard library +# Syck was the original YAML implementation in Ruby's standard library # developed by why the lucky stiff. # # You can still use Syck, if you prefer, for parsing and emitting YAML, but you