There was an error while loading. Please reload this page.
1 parent 1b3b72b commit b65eda6Copy full SHA for b65eda6
src/syscall/js/js_test.go
@@ -176,7 +176,7 @@ func TestSymbol(t *testing.T) {
176
}
177
178
if js.Global().Call("Symbol").Equal(js.Global().Call("Symbol")) {
179
-t.Errorf("different Symbol instance is equal")
+t.Errorf("different Symbol instances are equal")
180
181
182
if iterSym := js.Global().Get("Symbol").Get("iterator"); iterSym.IsUndefined() {
0 commit comments