Skip to content

Commit f2d2a75

Browse files
committed
[DOC] Re-fill the paragraph
1 parent cfa3e7c commit f2d2a75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/ruby/internal/ctype.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ RBIMPL_ATTR_ARTIFICIAL()
498498
* Our own locale-insensitive version of `tolower(3)`.
499499
*
500500
* @param[in] c Byte in question to convert.
501-
* @retval c The byte is not listed in IEEE 1003.1 section
502-
* 7.3.1.1 "upper".
501+
* @retval c The byte is not listed in IEEE 1003.1 section 7.3.1.1
502+
* "upper".
503503
* @retval otherwise Byte converted using the map defined in IEEE 1003.1
504504
* section 7.3.1 "tolower".
505505
* @note Not only does this function works under the POSIX Locale, but

0 commit comments

Comments
 (0)