Update DateTimeDelta.mjs

Some change to re-run tests.
This commit is contained in:
tomgond 2024-02-22 21:49:24 +02:00 committed by GitHub
parent a9c00a5856
commit 4e9567f539
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import {DATETIME_FORMATS, FORMAT_EXAMPLES} from "../lib/DateTime.mjs";
/** /**
* @param {string} timeString * @param {string} timeString
* @returns {string} * @returns {string}
*/ */
function parseTimeString(timeString) { function parseTimeString(timeString) {
// Split the string into its components // Split the string into its components