Skip to content

Commit 234fdbf

Browse files
author
polycursegames
authored
docs: Fixed spelling (#318)
1 parent 72a17c5 commit 234fdbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_docs/the-basics/networkedvar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Since the NetworkedVar container is a wrapper container around the value, the va
1515
<h3 class="panel-title">Disclaimer</h3>
1616
</div>
1717
<div class="panel-body">
18-
The NetworkedVar, NetworkedList and NetworkedDictionary implementations are <b>primarly</b> designed as samples showing to do create INetworkedVar structures. The NetworkedVar container is however concidered production ready for simple types.
18+
The NetworkedVar, NetworkedList and NetworkedDictionary implementations are <b>primarily</b> designed as samples showing how to create INetworkedVar structures. The NetworkedVar container is however concidered production ready for simple types.
1919
</div>
2020
</div>
2121

@@ -38,4 +38,4 @@ If you want values to be synced only once (at spawn), the built-in containers se
3838
### Serialization
3939
Since the NetworkedVar class is a generic, editor serialization is NOT supported, it's only avalible through editor scripts for viewing the values. To get proper serialization. A clone of the NetworkedVar implementation has to be done for each type you wish to use. Ex: NetworkedVarInt where you replace all the usages of T with int.
4040

41-
The MLAPI provides a few default serializable implementations of the NetworkedVar, they are called NetworkedVar<TYPE> where "<TYPE>" is the type.
41+
The MLAPI provides a few default serializable implementations of the NetworkedVar, they are called NetworkedVar<TYPE> where "<TYPE>" is the type.

0 commit comments

Comments
 (0)