Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8f098ab

Browse files
aduh95targos
authored andcommittedJul 12, 2022
src: use node: prefix in example
Refs: #42752 PR-URL: #42794 Reviewed-By: Mestery <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 3d4f90f commit 8f098ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/node_http_common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ enum http_status_codes {
196196
// Unlike the HTTP/1 implementation, the HTTP/2 implementation is not limited
197197
// to a fixed number of known supported HTTP methods. These constants, therefore
198198
// are provided strictly as a convenience to users and are exposed via the
199-
// require('http2').constants object.
199+
// require('node:http2').constants object.
200200
#define HTTP_KNOWN_METHODS(V) \
201201
V(ACL, "ACL") \
202202
V(BASELINE_CONTROL, "BASELINE-CONTROL") \

0 commit comments

Comments
 (0)
Please sign in to comment.