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 <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: David Carlier <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
  • 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
Original file line number Diff line number Diff line change
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.