Skip to content

Commit ba28ff6

Browse files
authored
Merge pull request #173 from xxSeys1/attributeDocs
Fix unclear attributes docs
2 parents 9aceffe + f3c1817 commit ba28ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/scripting/properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ float Field1 = 11;
2828
```
2929
***
3030
31-
If you want to **don't serialize** a public property or a field use [NoSerialize](https://docs.flaxengine.com/api/FlaxEngine.NoSerializeAttribute.html) attribute.
31+
If you **do not want to serialize** a public property or a field, use the [NoSerialize](https://docs.flaxengine.com/api/FlaxEngine.NoSerializeAttribute.html) attribute.
3232
3333
# [C#](#tab/code-csharp)
3434
```cs

0 commit comments

Comments
 (0)