We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1ce8a commit b87b3adCopy full SHA for b87b3ad
1 file changed
lib/message-options.js
@@ -1,15 +1,9 @@
1
/**
2
* This module defines all the arguments that may be passed to a message.
3
*
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
+ * Each argument may contain a field `__argType`, in which case the given
8
* argument must be of that type. The types are the strings resulting from
9
* calling `typeof <arg>` where `<arg>` is the argument.
10
11
- * Other than that, the arguments are expected to follow the indicated
12
- * structure.
13
*/
14
15
module.exports = {
0 commit comments