We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3b9b5 commit 1cad3baCopy full SHA for 1cad3ba
README.md
@@ -97,7 +97,7 @@ impl ModuleDefExt<MyModuleOptions> for MyModule {
97
98
At runtime, this module results in:
99
100
-- A global `global_user` variable
+- A global variable named `global_user`
101
- An importable module `import { user } from "my-module"`
102
103
### Globals only
@@ -140,4 +140,4 @@ globals_only_module!(MyModule, |globals| {
140
});
141
```
142
143
-Both result in a global variable named `hello` begin available at runtime.
+At runtime, both result in a global variable named `hello`.
0 commit comments