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 addaleax committed Nov 30, 2019
1 parent 43e7857 commit aca0119
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: v13.2.0
-->
Expand Down

0 comments on commit aca0119

Please sign in to comment.