This commit is contained in:
Christoffer Lerno
2025-08-21 01:46:41 +02:00
parent a2ef63f5b6
commit 2e1f7c95ce
2 changed files with 7 additions and 1 deletions

View File

@@ -138,7 +138,7 @@ fn String tformat(String fmt, args...) @format(0)
Check if a character is in a set.
@param c : `the character to check`
@param [in] set : `The formatting string`
@param [in] set : `String containing the characters`
@pure
@return `True if a character is in the set`
*>