diff options
Diffstat (limited to 'docs/type_system/fn.md')
| -rw-r--r-- | docs/type_system/fn.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/type_system/fn.md b/docs/type_system/fn.md index 6706513..e88fb7c 100644 --- a/docs/type_system/fn.md +++ b/docs/type_system/fn.md @@ -3,7 +3,7 @@ --- ```text -Fn_class `alias Enum[.partial; .complete; .iterator; .closure; .bound; .task; .native] +Fn_class `alias Enum[.partial; .complete; .iterator; .closure; .bound; .task; .regex; .native] -Fn[RETURN_TYPE; ARGS; SCOPE; STATE; CODE; Fn_class] +Fn[Fn_class; RETURN_TYPE; ARGS; STATE; CODE; List] ``` |
