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 <chrisr@monada.co>
  • Loading branch information
boyney123 and Chriscbr authored Sep 9, 2024
1 parent da21880 commit 6fdc7db
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 @@ -7,7 +7,7 @@ description: Using arrays with Wing
keywords: [Wing language, example]
---

Structs are loosely modeled after typed JSON literals in JavaScript.
Structs are custom data types you can define to store structured information. They're loosely modeled after typed JSON literals in JavaScript.

```js playground example title="main.w"
// Define a simple structure called `Example`
Expand Down

0 comments on commit 6fdc7db

Please sign in to comment.