aboutsummaryrefslogtreecommitdiffstats
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
commitfcba3d7da8425d4a4064bb186e54e07470579be0 (patch)
tree663a8580e4cff47ed6b033f988c56a01109b57a0 /insns.def
parent4f8f21a285af62dd08ed36299d18b23bb0813fe2 (diff)
downloadruby-fcba3d7da8425d4a4064bb186e54e07470579be0.tar.gz
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