diff options
Diffstat (limited to 'docs/type_system/enum.md')
| -rw-r--r-- | docs/type_system/enum.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/enum.md b/docs/type_system/enum.md index 6b06849..ebcaea6 100644 --- a/docs/type_system/enum.md +++ b/docs/type_system/enum.md @@ -12,5 +12,5 @@ Enum[TYPE; Collection[.symbol : Const[Value]]] ```text E : Enum[I64; .a; .b; .c] -`log E Enum[I64; .a : 0; .b : 1; .c : 2] +`log E // Enum[I64; .a : 0; .b : 1; .c : 2] ``` |
