Skip to content

Commit f348f9e

Browse files
committed
why not
1 parent 43b113a commit f348f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/format-time.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function isSYS (mask) {
4545
/**
4646
* Checks if the given format string is SYS:STANDARD.
4747
*
48-
* @param {string} mask The format string to check.
48+
* @param {`SYS:${string}`} mask The format string to check.
4949
* @returns {mask is 'SYS:STANDARD'} `true` if the format string is SYS:STANDARD, otherwise `false`.
5050
*/
5151
function isSysStandard (mask) {

0 commit comments

Comments
 (0)