summaryrefslogtreecommitdiff
path: root/docs/type_system/fn.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/type_system/fn.md')
-rw-r--r--docs/type_system/fn.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/fn.md b/docs/type_system/fn.md
index 458719a..78c7918 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; .regex; .native]
+Fn_class `alias Enum[.partial; .native; .process; .iterator; .closure; .bound; .regex]
Fn[Fn_class; RETURN_TYPE; ARGS; STATE; List]
```