Skip to content

Commit 0b685d9

Browse files
committed
docs: correct boolean value description for serializable structures in annotation catalog
1 parent 69603d2 commit 0b685d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/annotation_catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ icon: octicons/book-16
1212

1313
---
1414
Generates a structure for the target. `serialName` can be specified to change the identifier used.
15-
`serializable: false` can be used to only generate structures.
15+
`serializable: true` can be used to also make the structure serializable.
1616

1717
- ![](https://img.shields.io/badge/class-seagreen){ .lg .middle }
1818
![](https://img.shields.io/badge/enum-orange){ .lg .middle }
1919
__Serializable / serializable__
2020

2121
---
22-
Aliases for serializable `Structures`. `serialName` can be specified to change the identifier used.
22+
Aliases for serializable `Structure`s. `serialName` can be specified to change the identifier used.
2323

2424
- ![](https://img.shields.io/badge/enum--constant-orange){ .lg .middle }
2525
__EnumProperty__

0 commit comments

Comments
 (0)