doc: fix spelling

This commit is contained in:
Dan Kortschak
2019-10-30 20:50:05 +10:30
committed by Traefiker Bot
parent 3969ab16c4
commit d893a7427e

View File

@@ -17,11 +17,11 @@ func main() {
Expected result: Expected result:
```console ```console
$ go run ./sample.go $ go run ./sample.go
// ouput // output
``` ```
Got: Got:
```console ```console
$ yaegi ./sample.go $ yaegi ./sample.go
// ouput // output
``` ```