mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Fix typo: nofity -> notify
This commit is contained in:
parent
8879820a8f
commit
0aa1f70c14
@ -56,4 +56,4 @@ assert.sameValue(
|
||||
'timed-out',
|
||||
'$262.agent.getReport() returns "timed-out"'
|
||||
);
|
||||
assert.sameValue(Atomics.nofity(i32a, 0), 0, 'Atomics.nofity(i32a, 0) returns 0');
|
||||
assert.sameValue(Atomics.notify(i32a, 0), 0, 'Atomics.notify(i32a, 0) returns 0');
|
||||
|
Loading…
x
Reference in New Issue
Block a user