From e5ce7f96a747e07b914f521967e76d178d0694f9 Mon Sep 17 00:00:00 2001 From: Phil Kedy Date: Sun, 6 Feb 2022 21:23:59 -0500 Subject: [PATCH] Tweak --- wasm/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm/store.go b/wasm/store.go index 4ac8e8bfa88..e67624004bf 100644 --- a/wasm/store.go +++ b/wasm/store.go @@ -873,7 +873,7 @@ func NewHostFunctionCallContext(ctx context.Context, memory *MemoryInstance) *Ho } } -// Context returns the host call's context. To change the context, use WithContext. +// Context returns the host call's context. // // The returned context is always non-nil; it defaults to the background context. func (c *HostFunctionCallContext) Context() context.Context {