Skip to content
Snippets Groups Projects
Commit 0aa1f70c authored by André Bargull's avatar André Bargull
Browse files

Fix typo: nofity -> notify

parent 8879820a
No related branches found
No related tags found
No related merge requests found
......@@ -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');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment