Browse Source

also fix the doc comment in the code generator

Laytan Laats 11 months ago
parent
commit
60321d98d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/unicode/tools/generate_entity_table.odin

+ 1 - 1
core/unicode/tools/generate_entity_table.odin

@@ -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.