Skip to content

Commit 9a70b27

Browse files
committed
doc: fix punctuation issue in async_hooks.md
Move period incorrectly placed outside of parentheses to inside the parentheses. The parenthetical in this case is a full sentence. PR-URL: #19364 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 5fb6f7f commit 9a70b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/async_hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ The `TCPSERVERWRAP` is the server which receives the connections.
284284
The `TCPWRAP` is the new connection from the client. When a new
285285
connection is made, the `TCPWrap` instance is immediately constructed. This
286286
happens outside of any JavaScript stack. (An `executionAsyncId()` of `0` means
287-
that it is being executed from C++ with no JavaScript stack above it). With only
287+
that it is being executed from C++ with no JavaScript stack above it.) With only
288288
that information, it would be impossible to link resources together in
289289
terms of what caused them to be created, so `triggerAsyncId` is given the task
290290
of propagating what resource is responsible for the new resource's existence.

0 commit comments

Comments
 (0)