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 <daniel.bevenius@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
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)