From 8508a7d7e0145f6e7161a2c8a3409954b6fb55c8 Mon Sep 17 00:00:00 2001 From: David Boyne Date: Mon, 9 Sep 2024 17:22:50 +0100 Subject: [PATCH] Update example_versioned_docs/version-latest/12-structs.md Co-authored-by: Chris Rybicki --- example_versioned_docs/version-latest/12-structs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_versioned_docs/version-latest/12-structs.md b/example_versioned_docs/version-latest/12-structs.md index 924371d9..70d98a8f 100644 --- a/example_versioned_docs/version-latest/12-structs.md +++ b/example_versioned_docs/version-latest/12-structs.md @@ -27,7 +27,7 @@ struct MyData { // Creating an instance of `MyData` with some fields initialized let data = MyData { a: "hello", - c: Example { + c: { a: "world", b: 42, }