summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'string.c')
-rw-r--r--string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/string.c b/string.c
index 199efe7a2d..151170cee1 100644
--- a/string.c
+++ b/string.c
@@ -7983,6 +7983,7 @@ str_compat_and_valid(VALUE str, rb_encoding *enc)
}
/**
+ * @param str the string to be scrubbed
* @param repl the replacement character
* @return If given string is invalid, returns a new string. Otherwise, returns Qnil.
*/