diff options
Diffstat (limited to 'docs/type_system/function.md')
| -rw-r--r-- | docs/type_system/function.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/type_system/function.md b/docs/type_system/function.md index d8244a9..814e3c3 100644 --- a/docs/type_system/function.md +++ b/docs/type_system/function.md @@ -9,7 +9,7 @@ CLASS : INCOMPLETE | NATIVE | TASK | PROCESS | GENERATOR | ITERATOR | CLOSURE | FLAGS : INVOCATION | CLASS -Function[[FLAGS] STATE; List; RETURN_TYPE; Collection[TYPE.SYMBOL]] +Function[[FLAGS]; STATE; List; RETURN_TYPE; Collection[TYPE.SYMBOL]] ``` # Alias |
