Chore fix typo in docs/contributing-architecture.md (#3449)

This commit is contained in:
Shinobu Hayashi
2021-10-13 23:56:56 +09:00
committed by GitHub
parent 6a970d096e
commit 59a9bd6285

View File

@@ -60,7 +60,7 @@ their implications in Wasmtime:
objects are always entirely contained within a `Store`, and at this time
nothing can cross between stores (except scalars if you manually hook it up).
In other words, wasm objects from different stores cannot interact with each
other. A `Store` cannot be used simultaneously from mulitple threads (almost
other. A `Store` cannot be used simultaneously from multiple threads (almost
all operations require `&mut self`).
* `wasmtime_runtime::InstanceHandle` - this is the low-level representation of a