1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

View file

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