diff --git a/doc/api/net.md b/doc/api/net.md index e744e5c8be4..686ee300ccf 100644 --- a/doc/api/net.md +++ b/doc/api/net.md @@ -50,7 +50,7 @@ added: v0.1.90 This class is used to create a TCP or [IPC][] server. -## new net.Server([options][, connectionListener]) +### new net.Server([options][, connectionListener]) * Returns: {net.Server}