From 50f3e93c809c207f73ee61e6e64c829e06f0b81b Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Sun, 17 Apr 2022 20:57:31 +0900 Subject: Fix a typo --- spec/ruby/core/string/shared/to_sym.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/ruby/core') diff --git a/spec/ruby/core/string/shared/to_sym.rb b/spec/ruby/core/string/shared/to_sym.rb index 7bd3a0510c..ef7c22bb6a 100644 --- a/spec/ruby/core/string/shared/to_sym.rb +++ b/spec/ruby/core/string/shared/to_sym.rb @@ -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) -- cgit v1.2.3