Skip to content

Commit 8ec2156

Browse files
authored
Merge pull request #1353 from tossmilestone/fix-typos
Fix 'wether'->'whether'
2 parents ce4a9f8 + 2e0d87a commit 8ec2156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/test/output/output.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func Contains(expected string) func(string) error {
5454
}
5555
}
5656

57-
// Equals returns wether the line is the same as the specified string
57+
// Equals returns whether the line is the same as the specified string
5858
func Equals(expected string) func(string) error {
5959
return func(actual string) error {
6060
if expected == actual {

0 commit comments

Comments
 (0)