Skip to content

Commit

Permalink
Fix invalid UTF-8 byte sequence spec typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chastell authored and jhass committed Jan 1, 2018
1 parent dadbeb6 commit 00880be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/std/string_spec.cr
Expand Up @@ -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)
Expand Down

0 comments on commit 00880be

Please sign in to comment.