Skip to content

Commit b7e9dd0

Browse files
aduh95targos
authored andcommitted
src: use node: prefix in example
Refs: #42752 PR-URL: #42794 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 3d65a3b commit b7e9dd0

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)