Skip to content

Commit 29da2db

Browse files
chore: bump up kopium (#169)
Signed-off-by: pohanhuangtw <[email protected]> Co-authored-by: pohanhuangtw <[email protected]>
1 parent f7e1389 commit 29da2db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gateway-api/src/duration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//! Go's `time.ParseDuration`, with additional restrictions: negative
99
//! durations, units smaller than millisecond, and floating point are not
1010
//! allowed, and durations are limited to four components of no more than five
11-
//! digits each. See https://gateway-api.sigs.k8s.io/geps/gep-2257 for the
11+
//! digits each. See <https://gateway-api.sigs.k8s.io/geps/gep-2257> for the
1212
//! complete specification.
1313
1414
use kube_core::Duration as k8sDuration;
@@ -24,7 +24,7 @@ use std::time::Duration as stdDuration;
2424
/// obey GEP-2257. It is based on `std::time::Duration` and uses
2525
/// `kube::core::Duration` for the heavy lifting of parsing.
2626
///
27-
/// See https://gateway-api.sigs.k8s.io/geps/gep-2257 for the complete
27+
/// See <https://gateway-api.sigs.k8s.io/geps/gep-2257> for the complete
2828
/// specification.
2929
///
3030
/// Per GEP-2257, when parsing a `gateway_api::Duration` from a string, the

0 commit comments

Comments
 (0)