From f2d2a757d1b3a11b68e60ee08162e58f59837bb3 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 18 Dec 2025 10:14:40 +0900 Subject: [DOC] Re-fill the paragraph --- include/ruby/internal/ctype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ruby/internal') 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 -- cgit v1.2.3