diff options
author | cui fliter <[email protected]> | 2024-03-05 17:50:47 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-05 18:50:47 +0900 |
commit | 226a889dc7688cbd0c96cce1005adbda69b03ec4 (patch) | |
tree | 05c10b3582b7533059f967ef55dba9b6d283377b /spec/ruby/language | |
parent | 8e27c01fbb36d5020bb465e17a19a3bad35144ef (diff) |
[DOC] fix some comments
Signed-off-by: cui fliter <[email protected]>
Diffstat (limited to 'spec/ruby/language')
-rw-r--r-- | spec/ruby/language/send_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/language/send_spec.rb b/spec/ruby/language/send_spec.rb index a1656559fe..aaccdf0998 100644 --- a/spec/ruby/language/send_spec.rb +++ b/spec/ruby/language/send_spec.rb @@ -43,7 +43,7 @@ describe "Invoking a method" do end describe "with optional arguments" do - it "uses the optional argument if none is is passed" do + it "uses the optional argument if none is passed" do specs.fooM0O1.should == [1] end |