Skip to content

Commit 03c9435

Browse files
committed
Minor: remove unnecessary parenthesis from a type
1 parent cd0b2cb commit 03c9435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

humanize-duration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88

99
/**
10-
* @typedef {("y" | "mo" | "w" | "d" | "h" | "m" | "s" | "ms")} UnitName
10+
* @typedef {"y" | "mo" | "w" | "d" | "h" | "m" | "s" | "ms"} UnitName
1111
*/
1212

1313
/**

0 commit comments

Comments
 (0)