We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa579a commit 7869761Copy full SHA for 7869761
lib/internal/socketaddress.js
@@ -146,7 +146,7 @@ class InternalSocketAddress extends JSTransferable {
146
}
147
148
InternalSocketAddress.prototype.constructor =
149
- SocketAddress.prototype.construtor;
+ SocketAddress.prototype.constructor;
150
ObjectSetPrototypeOf(InternalSocketAddress.prototype, SocketAddress.prototype);
151
152
module.exports = {
0 commit comments