From 0a1eaf60374c406c20a85504f2c68058ea53528a Mon Sep 17 00:00:00 2001 From: Zeeshan Lakhani Date: Thu, 7 Mar 2024 22:25:49 -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 b221d8fb..518e5b22 100644 --- a/homestar-wasm/README.md +++ b/homestar-wasm/README.md @@ -343,7 +343,7 @@ interpreted as one of a `string`, `char`, `list`, or an `enum` discriminant `"Green"` is converted into an `Ipld::String`, which is then translated and passed into `fn` as a enum argument (`color`). **You'll have to provide a - singular string that matches on one of the discriminants**. + string that matches on one of the discriminants**. * **WIT to IPLD Translation**: