Skip to content
This repository was archived by the owner on Sep 25, 2021. It is now read-only.

Commit 6da51ca

Browse files
author
zhouxw-lang
committed
Make raw argument optional in JSDoc comment.
1 parent e211f4c commit 6da51ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/md5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
*
375375
* @param {string} string Input string
376376
* @param {string} [key] HMAC key
377-
* @param {boolean} raw Raw oytput switch
377+
* @param {boolean} [raw] Raw output switch
378378
* @returns {string} MD5 output
379379
*/
380380
function md5(string, key, raw) {

0 commit comments

Comments
 (0)