fix some doc comments

This commit is contained in:
Laytan Laats
2024-09-02 20:10:11 +02:00
parent 16c5c69a40
commit 195259e88b
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ XML_NAME_TO_RUNE_MAX_LENGTH :: 31
Input:
entity_name - a string, like "copy" that describes a user-encoded Unicode entity as used in XML.
Output:
Returns:
"decoded" - The decoded rune if found by name, or -1 otherwise.
"ok" - true if found, false if not.