mirror of
https://github.com/leafo/moonscript.git
synced 2025-01-09 00:04:22 +00:00
fix typo fixes
This commit is contained in:
parent
2c60ccd836
commit
2dc328bf5c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user