Skip to content

Commit b87b3ad

Browse files
committed
cleaned up comment in message-options
1 parent ee1ce8a commit b87b3ad

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

lib/message-options.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
/**
22
* This module defines all the arguments that may be passed to a message.
33
*
4-
* Each argument may contain a field `__argName`, if the name of the field
5-
* should be different when sent to the server.
6-
*
7-
* The argument may also contain a field `__argType`, if the given
4+
* Each argument may contain a field `__argType`, in which case the given
85
* argument must be of that type. The types are the strings resulting from
96
* calling `typeof <arg>` where `<arg>` is the argument.
10-
*
11-
* Other than that, the arguments are expected to follow the indicated
12-
* structure.
137
*/
148

159
module.exports = {

0 commit comments

Comments
 (0)