Fix typos

This commit is contained in:
Quang Le 2019-07-18 09:53:12 +07:00 committed by Dan Markham
parent 2440b832e4
commit 0bc4e9e23e
No known key found for this signature in database
GPG Key ID: 80673ED3335C219F
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import (
type Golden struct {
name string
input string // input; the package clause is provided when running the test.
output string // exected output.
output string // expected output.
}
var golden = []Golden{