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
1b35808a13
commit
5deb273a1a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ describe "StringIO#ungetbyte" do
|
||||||
io.string.should == 'Shis is a simple string.'
|
io.string.should == 'Shis is a simple string.'
|
||||||
end
|
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"
|
str = "\u01a9"
|
||||||
io = StringIO.new(str)
|
io = StringIO.new(str)
|
||||||
b = io.getbyte
|
b = io.getbyte
|
||||||
|
|
Loading…
Add table
Reference in a new issue