aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--transcode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/transcode.c b/transcode.c
index d64fe80fc8..5106f012dd 100644
--- a/transcode.c
+++ b/transcode.c
@@ -3211,8 +3211,8 @@ rb_econv_init_by_convpath(VALUE self, VALUE convpath,
* :undef => :replace # replace undefined conversion
* :replace => string # replacement string ("?" or "\uFFFD" if not specified)
* :universal_newline => true # decorator for converting CRLF and CR to LF
- * :crlf_newline => true # decorator for converting LF to CRLF
- * :cr_newline => true # decorator for converting LF to CR
+ * :crlf_newline => true # decorator for converting CRLF to LF
+ * :cr_newline => true # decorator for converting CR to LF
* :xml => :text # escape as XML CharData.
* :xml => :attr # escape as XML AttValue
* integer form: