diff options
author | KaĆque Kandy Koga <[email protected]> | 2021-10-05 14:44:22 -0300 |
---|---|---|
committer | git <[email protected]> | 2021-10-07 23:55:54 +0900 |
commit | 80e2242da6c4d7f1760cb08af72140e178642639 (patch) | |
tree | 36e8397af45a92edc7b2095d345fb30fda163047 /lib/irb.rb | |
parent | 896626fa02f00831de5db2e3e75aa349a5a84102 (diff) |
[ruby/irb] Update descriptions of methods
From Reidline to Reline
Update description used in take_corresponding_syntax_to_kw_do and is_the_in_correspond_to_a_for methods
Use possessive noun correctly
Second element
https://github.com/ruby/irb/commit/4fa9714d6f
Diffstat (limited to 'lib/irb.rb')
-rw-r--r-- | lib/irb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb.rb b/lib/irb.rb index f54069b921..6b296448db 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -867,7 +867,7 @@ module IRB # If the expression is invalid, Ripper.sexp should return nil which will # result in false being returned. Any valid expression should return an - # s-expression where the second selement of the top level array is an + # s-expression where the second element of the top level array is an # array of parsed expressions. The first element of each expression is the # expression's type. verbose, $VERBOSE = $VERBOSE, nil |