Skip to content

Commit 9aa28e4

Browse files
authored
Merge pull request #176 from xxSeys1/attributesDocsDoubeBeFix
Fix double "be" in attributes docs
2 parents ba28ff6 + 4e8b3a5 commit 9aa28e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/scripting/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following table lists the most common attributes with usage description.
2929
3030
| Attribute | Description |
3131
|--------|--------|
32-
| **Serialize** | Indicates that a field or a property should be be serialized. |
32+
| **Serialize** | Indicates that a field or a property should be serialized. |
3333
| **NoSerialize** | Indicates that a field or a property should not be serialized. |
3434
| **HideInEditor** | Makes a variable not show up in the editor. |
3535
| **ShowInEditor** | Makes a variable show up in the editor (even private ones). If used on a private field/property you may also need to add SerializeAttribute to ensure that modified value is being serialized. |

0 commit comments

Comments
 (0)