Skip to content

Commit

Permalink
fix: fix comments typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzel committed Apr 23, 2023
1 parent b596ee3 commit 63161af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const modifier = (opcode, key, value, opaque = DEFAULT_OPAQUE) => {
return [opcode, key, buffer, DEFAULT_EXTRAS, DEFAULT_STATUS, DEFAULT_CAS, opaque]
}

// creates protocol method function and extend it with format(), result(), and bykeys flag
// creates protocol method function and extends it with format(), result(), and bykeys flag
const createMethod = (method, format, result, bykeys = false) => {
method.format = format
method.result = result
Expand Down

0 comments on commit 63161af

Please sign in to comment.