We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce4a9f8 + 2e0d87a commit 8ec2156Copy full SHA for 8ec2156
1 file changed
internal/test/output/output.go
@@ -54,7 +54,7 @@ func Contains(expected string) func(string) error {
54
}
55
56
57
-// Equals returns wether the line is the same as the specified string
+// Equals returns whether the line is the same as the specified string
58
func Equals(expected string) func(string) error {
59
return func(actual string) error {
60
if expected == actual {
0 commit comments