Skip to content

Commit

Permalink
Update example_versioned_docs/version-latest/12-structs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Rybicki <[email protected]>
  • Loading branch information
boyney123 and Chriscbr authored Sep 9, 2024
1 parent c999175 commit 8508a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_versioned_docs/version-latest/12-structs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 8508a7d

Please sign in to comment.