summaryrefslogtreecommitdiff
path: root/include/ruby/internal
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2025-12-18 10:14:40 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2025-12-18 10:14:40 +0900
commitf2d2a757d1b3a11b68e60ee08162e58f59837bb3 (patch)
tree334f7f5470353354dac847c659af0434dc7e4d65 /include/ruby/internal
parentcfa3e7cf75531a8c90b39bbd9b977f30315b12e7 (diff)
[DOC] Re-fill the paragraph
Diffstat (limited to 'include/ruby/internal')
-rw-r--r--include/ruby/internal/ctype.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/internal/ctype.h b/include/ruby/internal/ctype.h
index 93e92801fc..8b24026311 100644
--- a/include/ruby/internal/ctype.h
+++ b/include/ruby/internal/ctype.h
@@ -498,8 +498,8 @@ RBIMPL_ATTR_ARTIFICIAL()
* Our own locale-insensitive version of `tolower(3)`.
*
* @param[in] c Byte in question to convert.
- * @retval c The byte is not listed in IEEE 1003.1 section
- * 7.3.1.1 "upper".
+ * @retval c The byte is not listed in IEEE 1003.1 section 7.3.1.1
+ * "upper".
* @retval otherwise Byte converted using the map defined in IEEE 1003.1
* section 7.3.1 "tolower".
* @note Not only does this function works under the POSIX Locale, but