summaryrefslogtreecommitdiff
path: root/README.EXT
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-27 23:11:19 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-27 23:11:19 +0000
commite781aeef96667db678b9e852349a7f01bf6f9ff2 (patch)
tree8ad9b97afa140a19bbb58ffb3de1e865316694db /README.EXT
parent817dda53edfa985ba429aaac0b8574b79da4702e (diff)
* README.EXT: Update note from r40504, by Jeremy Evans [Bug #7982]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.EXT')
-rw-r--r--README.EXT3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.EXT b/README.EXT
index b8a486dde7..94849cd785 100644
--- a/README.EXT
+++ b/README.EXT
@@ -1366,7 +1366,8 @@ void rb_bug(const char *fmt, ...) ::
called under the situation caused by the bug in the interpreter. No
exception handling nor ensure execution will be done.
-Note: You can't use %i or variations of int with the fmt string message.
+Note: In the fmt string message, %i is used for Object#inspect output (and
+related argument must be a VALUE). For integers in format strings, use %d.
== Initialize and Start the Interpreter