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:
parent
be52c72889
commit
50f3e93c80
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue