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

Commit 8109165

Browse files
authored
Merge pull request #25 from zhouxw-lang/master
Make raw argument optional in JSDoc comment.
2 parents e211f4c + 6da51ca commit 8109165

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)