From 59a9bd628568cd804839f174b9219ea7d40440d3 Mon Sep 17 00:00:00 2001 From: Shinobu Hayashi Date: Wed, 13 Oct 2021 23:56:56 +0900 Subject: [PATCH] Chore fix typo in docs/contributing-architecture.md (#3449) --- docs/contributing-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing-architecture.md b/docs/contributing-architecture.md index 65a9bd89ba..1ea61635fa 100644 --- a/docs/contributing-architecture.md +++ b/docs/contributing-architecture.md @@ -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