diff options
Diffstat (limited to 'docs/type_system/op.md')
| -rw-r--r-- | docs/type_system/op.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/op.md b/docs/type_system/op.md index e17868b..6280cc9 100644 --- a/docs/type_system/op.md +++ b/docs/type_system/op.md @@ -3,7 +3,7 @@ --- ```text -Op_class `alias Enum[.loop; .if; .match; .mutation; .selection; ...] +Op_class `alias Enum[Void; .loop; .if; .match; .mutation; .selection; ...] Op[Op_class; RETURN_TYPE; LEFT_TYPE; RIGHT_TYPE] ``` |
