Skip to content

Commit

Permalink
Fix typo in kPipelining symbol (nodejs#2005)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Fecenko <afecenko@atlassian.com>
  • Loading branch information
2 people authored and crysmags committed Feb 27, 2024
1 parent 290b689 commit 5b99528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
kClient: Symbol('client'),
kParser: Symbol('parser'),
kOnDestroyed: Symbol('destroy callbacks'),
kPipelining: Symbol('pipelinig'),
kPipelining: Symbol('pipelining'),
kSocket: Symbol('socket'),
kHostHeader: Symbol('host header'),
kConnector: Symbol('connector'),
Expand Down

0 comments on commit 5b99528

Please sign in to comment.