diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-09-02 20:22:02 +0200 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-09-02 20:22:02 +0200 |
| commit | 60321d98d47bb334b280df7639e27f47aef63e2f (patch) | |
| tree | b424a01e5f77f43e458a6e3108c861df58aa052f /core | |
| parent | 195259e88b2ada2b799678a7fef8f224de4a6fd4 (diff) | |
also fix the doc comment in the code generator
Diffstat (limited to 'core')
| -rw-r--r-- | core/unicode/tools/generate_entity_table.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/unicode/tools/generate_entity_table.odin b/core/unicode/tools/generate_entity_table.odin index 16baa1adf..020ef94e4 100644 --- a/core/unicode/tools/generate_entity_table.odin +++ b/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. |