Skip to content

Commit 5dbd2a8

Browse files
committed
- update documentation
1 parent 8d9f2ac commit 5dbd2a8

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

doc/data.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2235,10 +2235,5 @@
22352235
"submodule": "monoco-system"
22362236
}
22372237
],
2238-
"warnings": [
2239-
{
2240-
"message": "replacing incorrect tag: returns with return",
2241-
"line": " src/channel.js:117"
2242-
}
2243-
]
2238+
"warnings": []
22442239
}

doc/files/src_channel.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h1>src/channel.js <small>File</small></h1>
208208
* Send a message into the channel.
209209
* @method send
210210
* @param {type} message
211-
* @returns {Boolean} true if the message was sent
211+
* @return {Boolean} true if the message was sent
212212
*/
213213
exports.send = send;
214214
</pre>

src/channel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,6 @@ exports.listen = listen;
118118
* Send a message into the channel.
119119
* @method send
120120
* @param {type} message
121-
* @returns {Boolean} true if the message was sent
121+
* @return {Boolean} true if the message was sent
122122
*/
123123
exports.send = send;

0 commit comments

Comments
 (0)