diff --git a/docs/reference.md b/docs/reference.md index 960930a..37e7871 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -1234,7 +1234,7 @@ my_module = import \add from my_module -print add 22 -- equivalent to calling my_module\get 22 +print add 22 -- equivalent to calling my_module\add 22 ``` When handing multiple imports you can substitute the comma with a newline and