Skip to content

Commit

Permalink
Update no-atomics-waitasync.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Apr 19, 2024
1 parent 2533c59 commit 414c729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-atomics-waitasync.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This rule reports ES2024 [`Atomics.waitAsync` method](https://github.com/tc39/pr
<eslint-playground type="bad">

```js
/*eslint es-x/no-atomics-waitasync: [error, { aggressive: true }] */
/*eslint es-x/no-atomics-waitasync: [error] */
Atomics.waitAsync(i32a, 0, 0, 1000)
```

Expand Down

0 comments on commit 414c729

Please sign in to comment.