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, }