Skip to content

Commit f348c68

Browse files
committed
Update accept.lcdoc
Remove <number>, replaced with portNumber, as suggested in Ali's blog post.
1 parent 7e3f76a commit f348c68

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/dictionary/command/accept.lcdoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Name: accept
22

33
Type: command
44

5-
Syntax: accept [datagram] connections on port <number> with message <callbackMessage>
5+
Syntax: accept [datagram] connections on port <portNumber> with message <callbackMessage>
66

77
Summary: Accepts an internet connection and creates a <socket> for that connection.
88

@@ -30,7 +30,6 @@ on connectionMade pIPAddress
3030
end connectionMade
3131

3232
Parameters:
33-
number:
3433
callbackMessage: The name of a message to be sent when a connection is made or a datagram is received.
3534
portNumber: The TCP port number on which to accept connections.
3635

0 commit comments

Comments
 (0)