This commit is contained in:
Micah Kendall 2022-11-27 00:19:03 +11:00 committed by Lucas
parent f8b967b5f1
commit 8279c592df
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ fn f(x) {
}
```
l functions in aiken are pure without side effect, so all functions also must return some value.
Functions in aiken are pure without side effect, so all functions also must return some value.
A function with no return value (like above) will error.
Providing arg types: