Merge pull request #504 from max8899/patch-1

fix some typos
This commit is contained in:
k8s-ci-robot 2018-07-02 06:30:16 -07:00 committed by GitHub
commit 267c6b00d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ type Interface interface {
// AsSlice returns a selector that selects Slices from the given
// values.
AsSlice() Slice
// Number returns a selector taht selects Numbers from the given values.
// Number returns a selector that selects Numbers from the given values.
AsNumber() Number
// String returns a selector that selects strings from the given values.
AsString() String