File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 */
123123exports . send = send ;
You can’t perform that action at this time.
0 commit comments