From 278d9a6d8bbe9952649cf1ea2336d413a5a875c1 Mon Sep 17 00:00:00 2001 From: Zeeshan Lakhani Date: Thu, 7 Mar 2024 22:25:25 -0500 Subject: [PATCH] Update homestar-wasm/README.md Co-authored-by: Brian Ginsburg <7957636+bgins@users.noreply.github.com> Signed-off-by: Zeeshan Lakhani --- homestar-wasm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homestar-wasm/README.md b/homestar-wasm/README.md index bef1ebc4..b221d8fb 100644 --- a/homestar-wasm/README.md +++ b/homestar-wasm/README.md @@ -831,7 +831,7 @@ type WitAsIpldMap union { #### WIT Options This section outlines the translation process between [WIT option runtime values][wit-val] -(of type `option`) and varying IPLD values. An [`option`][wit-option] can be interpreted +(of type `option`) and various IPLD values. An [`option`][wit-option] can be interpreted as either a `Ipld::Null` or of any other IPLD value. * **IPLD to WIT Translation**