Merge pull request #153 from Slapbox/patch-1

Corrects very minor typo
This commit is contained in:
Brandon Nozaki Miller 2019-12-02 00:48:55 -08:00 committed by GitHub
commit bbdd094721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ or specifying everything UDP
| method | definition |
|-----------|------------|
|start| start serving need top call ` serve ` or ` serveNet ` first to set up the server |
|start| start serving need to call ` serve ` or ` serveNet ` first to set up the server |
|stop| close the server and stop serving |
----