summaryrefslogtreecommitdiff
path: root/insns.def
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-25 11:41:45 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-25 11:41:45 +0000
commita270c90e89ce9681b1257305028e2165bc1ba3c8 (patch)
tree663a8580e4cff47ed6b033f988c56a01109b57a0 /insns.def
parent592c3f9b10a9c2b2249fa4c6e1dc2146b3666e4b (diff)
insns.def: [DOC] Fix description of tostring
rb_obj_as_string() calls not #to_str (idTo_str) but #to_s (idTo_s). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/insns.def b/insns.def
index f3b16d55c6..fa82d80850 100644
--- a/insns.def
+++ b/insns.def
@@ -348,8 +348,8 @@ concatstrings
/**
@c put
- @e push the result of to_str.
- @j to_str の結果をスタックにプッシュする。
+ @e push the result of to_s.
+ @j to_s の結果をスタックにプッシュする。
*/
DEFINE_INSN
tostring