Skip to content

Commit 33c822f

Browse files
committed
Add missing space
1 parent dc3d4c2 commit 33c822f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/core/string/index_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146

147147
it "returns the character index after offset" do
148148
"われわれ".index("わ", 1).should == 2
149-
"ありがとうありがとう".index("が",3).should == 7
149+
"ありがとうありがとう".index("が", 3).should == 7
150150
end
151151

152152
it "returns the character index after a partial first match" do

0 commit comments

Comments
 (0)