Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 7, 2024
1 parent faf2cfb commit c127a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/node/net/internal/server.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type * as net from "node:net";
import { EventEmitter } from "node:events";

// Docs: https://nodejs.org/api/net.html#net_class_net_socket
// Docs: https://nodejs.org/api/net.html#net_class_net_server
export class Server extends EventEmitter implements net.Server {
readonly __unenv__ = true;

Expand Down

0 comments on commit c127a67

Please sign in to comment.