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

View file

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