mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: bump crate-ci/typos from 1.12.12 to 1.13.3 (#5304)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Geoffrey Huntley <ghuntley@ghuntley.com>
This commit is contained in:
co-authored by
Geoffrey Huntley
parent
133b2de1ca
commit
825480ae9b
@@ -8,8 +8,8 @@ import (
|
||||
)
|
||||
|
||||
// Duration wraps time.Duration and provides better JSON marshaling and
|
||||
// unmarshaling. The default time.Duration marshals as an integer and only
|
||||
// accepts integers when unmarshaling, which is not very user friendly as users
|
||||
// unmarshalling. The default time.Duration marshals as an integer and only
|
||||
// accepts integers when unmarshalling, which is not very user friendly as users
|
||||
// cannot write durations like "1h30m".
|
||||
//
|
||||
// This type marshals as a string like "1h30m", and unmarshals from either a
|
||||
|
||||
Reference in New Issue
Block a user