diff options
| author | Sergio <25378688+sergioro9@users.noreply.github.com> | 2020-04-29 09:39:09 -0600 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-07-28 12:14:45 +0900 |
| commit | e4b63202eb25ee86c5173364c13a8ead02419f7d (patch) | |
| tree | 39202797a4006a63ef75400ea7cd5d08c6c9113c | |
| parent | 09e9f7cf7a1e882c9bd199f93b8dcf933a6ae631 (diff) | |
Remove unnecessary word from comment
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3070
| -rw-r--r-- | lib/yaml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
