fix typo fixes

This commit is contained in:
leaf corcoran 2016-03-28 21:18:31 -07:00
parent 2c60ccd836
commit 2dc328bf5c

View File

@ -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