Skip to content

Commit 9870173

Browse files
committed
nit
1 parent 1fce18c commit 9870173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/http2/compat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class Http2ServerRequest extends Readable {
288288
didRead: false,
289289
};
290290
// headers in HTTP/1 are not initialized using Object.create(null)
291-
// which, although preferable, simply breaks too much code.
291+
// which, although preferable, would simply break too much code.
292292
// Ergo, header initialization using Object.create(null) in HTTP/2
293293
// is intentional.
294294
this[kHeaders] = headers;

0 commit comments

Comments
 (0)