From d49b83fcc45c0894161e2e0ee9ec9b4432c9723a Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Fri, 29 Oct 2021 20:36:10 +0200 Subject: [PATCH] Small comma fix in crate docs (#3491) --- crates/wasmtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wasmtime/src/lib.rs b/crates/wasmtime/src/lib.rs index 7b6a096868..75e3b1f113 100644 --- a/crates/wasmtime/src/lib.rs +++ b/crates/wasmtime/src/lib.rs @@ -198,7 +198,7 @@ //! designed to be as cheap as possible. //! //! With an [`Instance`] you can then invoke various exports and interact with -//! the WebAssembly module. Once the request is finished the [`Store`], +//! the WebAssembly module. Once the request is finished, the [`Store`] //! is dropped and everything will be deallocated. Note that if the same //! [`Store`] were used for every request then that would have all requests //! sharing resources and nothing would ever get deallocated, causing memory