Skip to content

Commit

Permalink
Fix the comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
redboltz committed Jun 21, 2021
1 parent 7c1368f commit 3907b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/unique-message-id-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ function UniqueMessageIdProvider () {
* allocate
*
* Get the next messageId.
* @return unsigned int
* @return if messageId is fully allocated then return null,
* otherwise return the smallest usable unsigned int messageId.
*/
UniqueMessageIdProvider.prototype.allocate = function () {
this.lastId = this.numberAllocator.alloc()
Expand Down

0 comments on commit 3907b67

Please sign in to comment.