Skip to content

Commit

Permalink
Merge pull request #1777 from nwtgck/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
samhed committed Apr 30, 2023
2 parents 747603c + 2a675b3 commit cbbd9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/websock.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export default class Websock {
// e.g. compacting.
// The function also expands the receive que if needed, and for
// performance reasons we combine these two actions to avoid
// unneccessary copying.
// unnecessary copying.
_expandCompactRQ(minFit) {
// if we're using less than 1/8th of the buffer even with the incoming bytes, compact in place
// instead of resizing
Expand Down

0 comments on commit cbbd9ab

Please sign in to comment.