This commit is contained in:
Paul Pacheco 2018-08-29 08:00:04 -05:00 committed by GitHub
parent a92255326a
commit 0275cee09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ To avoid making misleading code, we have removed channels.
For example, if you have this code:
```
[Command(channel= Channels.DefaultReilable)]
[Command(channel= Channels.DefaultReliable)]
public void CmdMove(int x, int y)
{
...