Skip to content

Commit c2731da

Browse files
authored
Fixed typo
Synchronize was missing an h! Hope this doesnt break any permalinks to this page?
1 parent 6bb5131 commit c2731da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Ways To Syncronize
3-
permalink: /wiki/ways-to-syncronize/
2+
title: Ways To Synchronize
3+
permalink: /wiki/ways-to-synchronize/
44
---
55

6-
Syncronization can be done in multiple ways in the MLAPI. Each method has a different optimal usecase and support different features.
6+
Synchronization can be done in multiple ways in the MLAPI. Each method has a different optimal usecase and support different features.
77

88
### Messaging System
99
For starters, the messaing system can be used. This provides sending any data. The parameters supported include most primitives and any classes and structures that implement the IBitWritable interface. This allows for custom types to be serialized easily. This way, custom types can be sent in RPC's without extra work. For more information, see the Messaging System wiki.
1010

1111
### INetworkedVar
12-
The second way is to use the NetworkedVar system. This allows data to be synced by the library rather than by the developer. The NetworkedVar system supports syncing of data to new users in the spawn call automatically and delta compression. For more information, see the NetworkedVar wiki.
12+
The second way is to use the NetworkedVar system. This allows data to be synced by the library rather than by the developer. The NetworkedVar system supports syncing of data to new users in the spawn call automatically and delta compression. For more information, see the NetworkedVar wiki.

0 commit comments

Comments
 (0)