We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa3e7c commit f2d2a75Copy full SHA for f2d2a75
include/ruby/internal/ctype.h
@@ -498,8 +498,8 @@ RBIMPL_ATTR_ARTIFICIAL()
498
* Our own locale-insensitive version of `tolower(3)`.
499
*
500
* @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".
+ * @retval c The byte is not listed in IEEE 1003.1 section 7.3.1.1
+ * "upper".
503
* @retval otherwise Byte converted using the map defined in IEEE 1003.1
504
* section 7.3.1 "tolower".
505
* @note Not only does this function works under the POSIX Locale, but
0 commit comments