diff options
Diffstat (limited to 'docs/reference/03-6_modules-and-loading.md')
| -rw-r--r-- | docs/reference/03-6_modules-and-loading.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/03-6_modules-and-loading.md b/docs/reference/03-6_modules-and-loading.md index cb53cc1..0f28e7e 100644 --- a/docs/reference/03-6_modules-and-loading.md +++ b/docs/reference/03-6_modules-and-loading.md @@ -57,7 +57,7 @@ rather the newly created scope. It can therefore be combined with [def][], (export (def a-value 7) - (defn print-doubled (x) (print (str x " doubled is " (* x 2))))) + (defn print-doubled [x] (print (str x " doubled is " (* x 2))))) `main.alv` |
