Skip to content

Commit 1cad3ba

Browse files
committed
Fix typo
1 parent 2e3b9b5 commit 1cad3ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ impl ModuleDefExt<MyModuleOptions> for MyModule {
9797

9898
At runtime, this module results in:
9999

100-
- A global `global_user` variable
100+
- A global variable named `global_user`
101101
- An importable module `import { user } from "my-module"`
102102

103103
### Globals only
@@ -140,4 +140,4 @@ globals_only_module!(MyModule, |globals| {
140140
});
141141
```
142142

143-
Both result in a global variable named `hello` begin available at runtime.
143+
At runtime, both result in a global variable named `hello`.

0 commit comments

Comments
 (0)