File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -246,9 +246,9 @@ const decoder = new Decoder(state);
246
246
decoder .decode (encodedBytes );
247
247
```
248
248
249
- ### Backwards/forwards compability
249
+ ### Backwards/forwards compatibility
250
250
251
- Backwards/fowards compatibility is possible by declaring new fields at the
251
+ Backwards/forwards compatibility is possible by declaring new fields at the
252
252
end of existing structures, and earlier declarations to not be removed, but
253
253
be marked ` @deprecated() ` when needed.
254
254
@@ -307,10 +307,10 @@ Each Colyseus SDK has its own decoder implementation of the `@colyseus/schema` p
307
307
308
308
## Why
309
309
310
- Initial thoghts /assumptions, for Colyseus:
310
+ Initial thoughts /assumptions, for Colyseus:
311
311
- little to no bottleneck for detecting state changes.
312
- - have a schema definition on both server and client
313
- - better experience on staticaly -typed languages (C#, C++)
312
+ - have a schema definition on both the server and the client
313
+ - better experience on statically -typed languages (C#, C++)
314
314
- mutations should be cheap.
315
315
316
316
Practical Colyseus issues this should solve:
You can’t perform that action at this time.
0 commit comments