summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/error.c b/error.c
index 8e97f4919d..b4ba64b57a 100644
--- a/error.c
+++ b/error.c
@@ -147,9 +147,8 @@ ruby_deprecated_internal_feature(const char *func)
* call-seq:
* warn(msg) -> nil
*
- * Writes warning message +msg+ to $stderr, followed by a newline
- * if the message does not end in a newline. This method is called
- * by Ruby for all emitted warnings.
+ * Writes warning message +msg+ to $stderr. This method is called by
+ * Ruby for all emitted warnings.
*/
static VALUE