forked from mirror/enumer
Fix typos
This commit is contained in:
parent
2440b832e4
commit
0bc4e9e23e
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue