Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/std/string_spec.cr
Original file line number Diff line number Diff line change
@@ -2361,7 +2361,7 @@ describe "String" do
end
end

describe "invalide utf-8 byte sequence" do
describe "invalid UTF-8 byte sequence" do
it "gets size" do
string = String.new(Bytes[255, 0, 0, 0, 65])
string.size.should eq(5)

0 comments on commit 00880be

Please sign in to comment.