Skip to content

Commit b65eda6

Browse files
committed
fix English grammer
1 parent 1b3b72b commit b65eda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syscall/js/js_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func TestSymbol(t *testing.T) {
176176
}
177177

178178
if js.Global().Call("Symbol").Equal(js.Global().Call("Symbol")) {
179-
t.Errorf("different Symbol instance is equal")
179+
t.Errorf("different Symbol instances are equal")
180180
}
181181

182182
if iterSym := js.Global().Get("Symbol").Get("iterator"); iterSym.IsUndefined() {

0 commit comments

Comments
 (0)