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 2021-10-13 15:04:16 +09:00
parent 1b35808a13
commit 5deb273a1a
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -30,7 +30,7 @@ describe "StringIO#ungetbyte" do
io.string.should == 'Shis is a simple string.'
end
it "ungets the bytes of a string if given a string as an arugment" do
it "ungets the bytes of a string if given a string as an argument" do
str = "\u01a9"
io = StringIO.new(str)
b = io.getbyte