Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby/optional/capi/string_spec.rb
Original file line number Diff line number Diff line change
@@ -63,7 +63,7 @@ def to_str
str.should == "abcde"
end

it "returns a string that can be concatentated to another string" do
it "returns a string that can be concatenated to another string" do
str = @s.rb_str_buf_new(10, "defg")
("abcde" + str).should == "abcde"
end

0 comments on commit 9c8603f

Please sign in to comment.