Skip to content

Commit 1df3468

Browse files
authored
docs: fix typos (#11358)
1 parent 1a0f953 commit 1df3468

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/wit-bindgen/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ pub struct Opts {
172172
///
173173
/// This can also be toggled via the `WASMTIME_DEBUG_BINDGEN` environment
174174
/// variable, but that will affect _all_ `bindgen!` macro invocations (and
175-
/// can sometimes lead to one invocation ovewriting another in unpredictable
175+
/// can sometimes lead to one invocation overwriting another in unpredictable
176176
/// ways), whereas this option lets you specify it on a case-by-case basis.
177177
pub debug: bool,
178178

docs/examples-deterministic-wasm-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for more details.
3232

3333
The relaxed SIMD proposal gives Wasm programs access to SIMD operations that
3434
cannot be made to execute both identically and performantly across different
35-
architecures. The proposal gave up determinism across different achitectures in
35+
architectures. The proposal gave up determinism across different achitectures in
3636
order to maintain portable performance.
3737

3838
At the cost of worse runtime performance, Wasmtime can deterministically execute

tests/misc_testsuite/component-model/fused.wast

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@
13401340
(core instance $m (instantiate $m))
13411341

13421342
;; This adapter, when fused with itself on the second instantiation of this
1343-
;; component, will dependend on the prior instance `$m` so it which means
1343+
;; component, will depended on the prior instance `$m` so it which means
13441344
;; that the adapter module containing this must be placed in the right
13451345
;; location.
13461346
(core func $execute

0 commit comments

Comments
 (0)