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 28f5b30 commit 6e141e1Copy full SHA for 6e141e1
rust/low_wasm_memory/README.md
@@ -98,8 +98,8 @@ Log visibility: controllers
98
99
100
In example above we set 'wasm-memory-limit' on 3MB and 'wasm-memory-threshold' on 2MB. Hence whenever Wasm memory
101
-used by the canister is above 1MB (in other words reamining Wasm memory is less than 'wasm-memory-threshold')
102
-low Wasm memory hook will run.
+used by the canister is above 1MB (in other words, the remaining Wasm memory is less than 'wasm-memory-threshold')
+the low Wasm memory hook will run.
103
104
105
0 commit comments