Update DateTimeDelta.mjs

Another commit for re-build
This commit is contained in:
tomgond 2024-02-23 07:09:04 +02:00 committed by GitHub
parent 4e9567f539
commit e85acee509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ function parseTimeString(timeString) {
}
/**
* DateTime Delta operation
* DateTime Delta operation
*/
class DateTimeDelta extends Operation {