Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Commit

Permalink
docs: update setCookieWithSignature comment
Browse files Browse the repository at this point in the history
  • Loading branch information
InkoHX committed Jun 30, 2023
1 parent 1fa71d7 commit 34c55a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ export const setCookieWithSignature =
/**
* setCookie function
* @param context Hono context object
* @param name key
* @param value value
* @param options
* @param name Cookie name
* @param value Cookie value
* @param options Cookie options
* @returns Returns the value signature as a Uint8Array.
*/
async (
Expand Down

0 comments on commit 34c55a0

Please sign in to comment.