summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--error.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/error.c b/error.c
index 0ec0cf895a..8c5430a134 100644
--- a/error.c
+++ b/error.c
@@ -894,9 +894,7 @@ exc_to_s(VALUE exc)
* exception.message -> string
*
* Returns the result of invoking <code>exception.to_s</code>.
- * Normally this returns the exception's message or name. By
- * supplying a to_str method, exceptions are agreeing to
- * be used where Strings are expected.
+ * Normally this returns the exception's message or name.
*/
static VALUE