[前][次][番号順一覧][スレッド一覧]

ruby-changes:68421

From: Kazuhiro <ko1@a...>
Date: Wed, 13 Oct 2021 15:05:08 +0900 (JST)
Subject: [ruby-changes:68421] 5deb273a1a (master): Fix a typo

https://git.ruby-lang.org/ruby.git/commit/?id=5deb273a1a

From 5deb273a1ac4dcb0751e695a2a20ce2d0d02b99c Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Wed, 13 Oct 2021 15:04:16 +0900
Subject: Fix a typo

---
 spec/ruby/library/stringio/ungetbyte_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/ruby/library/stringio/ungetbyte_spec.rb b/spec/ruby/library/stringio/ungetbyte_spec.rb
index eb1cc55220..2f082acbf6 100644
--- a/spec/ruby/library/stringio/ungetbyte_spec.rb
+++ b/spec/ruby/library/stringio/ungetbyte_spec.rb
@@ -30,7 +30,7 @@ describe "StringIO#ungetbyte" do https://github.com/ruby/ruby/blob/trunk/spec/ruby/library/stringio/ungetbyte_spec.rb#L30
     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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]