mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Merge pull request #443 from nathanhourt/nathanhourt-typo-fixes
One more typo fix
This commit is contained in:
@ -51,7 +51,7 @@ host should return the source code for that module. Memory for the source should
|
|||||||
be allocated using the same allocator that the VM uses for other allocation (see
|
be allocated using the same allocator that the VM uses for other allocation (see
|
||||||
below). Wren will take ownership of the returned string and free it later.
|
below). Wren will take ownership of the returned string and free it later.
|
||||||
|
|
||||||
The module loader is only be called once for any given module name. Wren caches
|
The module loader will only be called once for any given module name. Wren caches
|
||||||
the result internally so subsequent imports of the same module use the
|
the result internally so subsequent imports of the same module use the
|
||||||
previously loaded code.
|
previously loaded code.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user