ruby-changes:62410
From: Sergio <ko1@a...>
Date: Tue, 28 Jul 2020 12:15:03 +0900 (JST)
Subject: [ruby-changes:62410] e4b63202eb (master): Remove unnecessary word from comment
https://git.ruby-lang.org/ruby.git/commit/?id=e4b63202eb From e4b63202eb25ee86c5173364c13a8ead02419f7d Mon Sep 17 00:00:00 2001 From: Sergio <25378688+sergioro9@u...> Date: Wed, 29 Apr 2020 09:39:09 -0600 Subject: Remove unnecessary word from comment diff --git a/lib/yaml.rb b/lib/yaml.rb index cec7808..17b27e8 100644 --- a/lib/yaml.rb +++ b/lib/yaml.rb @@ -40,7 +40,7 @@ YAML = Psych # :nodoc: https://github.com/ruby/ruby/blob/trunk/lib/yaml.rb#L40 # # == 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/