Skip to content

Commit

Permalink
also fix the doc comment in the code generator
Browse files Browse the repository at this point in the history
  • Loading branch information
laytan committed Sep 2, 2024
1 parent 195259e commit 60321d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/unicode/tools/generate_entity_table.odin
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ generate_encoding_entity_table :: proc() {
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.
Expand Down

0 comments on commit 60321d9

Please sign in to comment.