summaryrefslogtreecommitdiff
path: root/encoding.c
diff options
context:
space:
mode:
Diffstat (limited to 'encoding.c')
-rw-r--r--encoding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/encoding.c b/encoding.c
index ac6aee7594..abc63f3c58 100644
--- a/encoding.c
+++ b/encoding.c
@@ -1256,7 +1256,7 @@ rb_enc_default_external(void)
* * Zlib::GzipReader
* * Zlib::GzipWriter
* * String#inspect
- * * Regexp#inspect
+ * * Regexp#inspect
*
* While strings created from these locations will have this encoding, the
* encoding may not be valid. Be sure to check String#valid_encoding?.
@@ -1334,7 +1334,7 @@ rb_enc_default_internal(void)
* * File data read from disk
* * File names from Dir
* * Integer#chr
- * * String#inspect and Regexp#inspect
+ * * String#inspect and Regexp#inspect
* * Strings returned from Curses
* * Strings returned from Readline
* * Strings returned from SDBM