tweak doc/site/modularity.markdown

Co-authored-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl>
This commit is contained in:
ruby
2020-07-11 13:20:47 -07:00
committed by GitHub
parent 00bf53e3cb
commit ff9899e2e2

View File

@ -45,7 +45,7 @@ if (thirsty) {
If you need to import a variable under a different name, you can use
`import "..." for Name as OtherName`. This looks up the top-level variable
`Name` in *that* module, but declares a variable called `OtherName` in *this* module
with it's value.
with its value.
<pre class="snippet">
import "liquids" for Water //Water is now taken