We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b393b36 commit f6e7b93Copy full SHA for f6e7b93
pkg/openslo/v1/duration_shorthand.go
@@ -39,7 +39,7 @@ func (d *DurationShorthand) GetUnit() DurationShorthandUnit {
39
return d.unit
40
}
41
42
-// GetUnit returns the underlying duration value.
+// GetValue returns the underlying duration value.
43
// Example:
44
//
45
// duration, _ := ParseDurationShorthand("12w")
pkg/openslo/v2alpha/duration_shorthand.go
0 commit comments