We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3f76a commit f348c68Copy full SHA for f348c68
1 file changed
docs/dictionary/command/accept.lcdoc
@@ -2,7 +2,7 @@ Name: accept
2
3
Type: command
4
5
-Syntax: accept [datagram] connections on port <number> with message <callbackMessage>
+Syntax: accept [datagram] connections on port <portNumber> with message <callbackMessage>
6
7
Summary: Accepts an internet connection and creates a <socket> for that connection.
8
@@ -30,7 +30,6 @@ on connectionMade pIPAddress
30
end connectionMade
31
32
Parameters:
33
-number:
34
callbackMessage: The name of a message to be sent when a connection is made or a datagram is received.
35
portNumber: The TCP port number on which to accept connections.
36
0 commit comments