remove docs typo

This commit is contained in:
Adrien Delorme 2019-08-27 15:16:33 +02:00
parent a73471366e
commit b3cdf2ac8f
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ type HWConfig struct {
// should use the named-pipe.
// * `endpoint` (string) - Chooses the type of the VM-end, which can be
// either a `client` or `server`.
// * `host` (str`ing) - Chooses the type of the host-end, which can be either
// * `host` (string) - Chooses the type of the host-end, which can be either
// an `app` (application) or `vm` (another virtual-machine).
// * `yield` (bool) - This is an optional boolean that specifies whether
// the vm should yield the cpu when polling the port.

View File

@ -49,7 +49,7 @@
should use the named-pipe.
* `endpoint` (string) - Chooses the type of the VM-end, which can be
either a `client` or `server`.
* `host` (str`ing) - Chooses the type of the host-end, which can be either
* `host` (string) - Chooses the type of the host-end, which can be either
an `app` (application) or `vm` (another virtual-machine).
* `yield` (bool) - This is an optional boolean that specifies whether
the vm should yield the cpu when polling the port.