From 20606c4455d04894e44ae0bd04424a91a5423589 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 27 Dec 2022 19:18:11 +0900 Subject: [PATCH] mruby-io/io.rb: update a comment --- mrbgems/mruby-io/mrblib/io.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrbgems/mruby-io/mrblib/io.rb b/mrbgems/mruby-io/mrblib/io.rb index 055794653..d6e0032f6 100644 --- a/mrbgems/mruby-io/mrblib/io.rb +++ b/mrbgems/mruby-io/mrblib/io.rb @@ -90,7 +90,7 @@ class IO def hash # We must define IO#hash here because IO includes Enumerable and - # Enumerable#hash will call IO#read... + # Enumerable#hash will call IO#read() otherwise self.__id__ end