Skip to content

Commit

Permalink
docs(fix): correct jsdocs for _processMessages (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun committed Jan 22, 2020
1 parent 651ab08 commit e0c7829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -342,7 +342,7 @@ class PubsubBaseProtocol extends EventEmitter {
* @abstract
* @param {string} idB58Str peer id string in base58
* @param {Connection} conn connection
* @param {PeerInfo} peer peer info
* @param {Peer} peer A Pubsub Peer
* @returns {void}
*
*/
Expand Down

0 comments on commit e0c7829

Please sign in to comment.