Skip to content

Commit 20ace1b

Browse files
committed
Update charset.rb
1 parent b2e2ac4 commit 20ace1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mysql/charset.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def self.by_name(str)
296296
if defined? Encoding
297297

298298
# @private
299-
# MySQL Charset -> Ruby's Encodeing
299+
# MySQL Charset -> Ruby's Encoding
300300
CHARSET_ENCODING = {
301301
"armscii8" => nil,
302302
"ascii" => Encoding::US_ASCII,

0 commit comments

Comments
 (0)