Skip to content

Commit

Permalink
[minor] Fix JSDoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Jun 24, 2020
1 parent e1349c0 commit 44bcbc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sender.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class Sender {
/**
* Frames and sends a ping message.
*
* @param {*} data The message to send
* @param {Buffer} data The message to send
* @param {Boolean} mask Specifies whether or not to mask `data`
* @param {Boolean} readOnly Specifies whether `data` can be modified
* @param {Function} cb Callback
Expand Down Expand Up @@ -218,7 +218,7 @@ class Sender {
/**
* Frames and sends a pong message.
*
* @param {*} data The message to send
* @param {Buffer} data The message to send
* @param {Boolean} mask Specifies whether or not to mask `data`
* @param {Boolean} readOnly Specifies whether `data` can be modified
* @param {Function} cb Callback
Expand Down

0 comments on commit 44bcbc8

Please sign in to comment.