From ee58329a5f711c25f6a368da287752b2bc12c5e7 Mon Sep 17 00:00:00 2001 From: Victor Barua Date: Thu, 22 Aug 2024 07:41:51 -0700 Subject: [PATCH] docs: missed an example --- site/docs/types/named_structs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/types/named_structs.md b/site/docs/types/named_structs.md index 2b630df24..b5e77996d 100644 --- a/site/docs/types/named_structs.md +++ b/site/docs/types/named_structs.md @@ -77,7 +77,7 @@ NamedStruct { ``` NamedStruct { names: [a, b, c, d, e, f, g, h, i] - struct: struct, i64, struct>>> + struct: struct, g: i64, h: struct>>> } ```