Skip to content

Commit

Permalink
doc: fix worker.resourceLimits indentation
Browse files Browse the repository at this point in the history
PR-URL: #30663
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
dnalborczyk authored and BethGriggs committed Feb 6, 2020
1 parent 1a6443d commit c79f485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/worker_threads.md
Expand Up @@ -157,7 +157,7 @@ console.log(receiveMessageOnPort(port2));
When this function is used, no `'message'` event will be emitted and the
`onmessage` listener will not be invoked.

### `worker.resourceLimits`
## `worker.resourceLimits`
<!-- YAML
added: REPLACEME
-->
Expand Down

0 comments on commit c79f485

Please sign in to comment.