Fix a typo

This commit is contained in:
Kazuhiro NISHIYAMA 2022-04-17 20:57:31 +09:00
parent be52c72889
commit 50f3e93c80
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ describe :string_to_sym, shared: true do
sym.to_s.should == binary_string sym.to_s.should == binary_string
end end
it "ignores exising symbols with different encoding" do it "ignores existing symbols with different encoding" do
source = "fée" source = "fée"
iso_symbol = source.force_encoding(Encoding::ISO_8859_1).send(@method) iso_symbol = source.force_encoding(Encoding::ISO_8859_1).send(@method)