Fix comment to comply with linter

This commit is contained in:
Torben Giesselmann 2023-04-09 11:47:10 -07:00
parent 5069c9edd9
commit 9f9e91eb0d
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ func TestSetSnapshotID(t testing.TB, sn *Snapshot, id ID) {
sn.id = &id
}
// Convenience function that parses a duration from a string or panics if string is invalid.
// ParseDurationOrPanic parses a duration from a string or panics if string is invalid.
// The format is `6y5m234d37h`.
func ParseDurationOrPanic(s string) Duration {
d, err := ParseDuration(s)