diff --git a/ibc-core/ics04-channel/types/src/timeout/timestamp.rs b/ibc-core/ics04-channel/types/src/timeout/timestamp.rs index 57fa27fb5..7ae10d985 100644 --- a/ibc-core/ics04-channel/types/src/timeout/timestamp.rs +++ b/ibc-core/ics04-channel/types/src/timeout/timestamp.rs @@ -40,7 +40,7 @@ impl TimeoutTimestamp { Self::from(nanoseconds) } - /// Returns the timestamp in nanoseconds, where 0 indicates that the absence + /// Returns the timestamp in nanoseconds, where 0 indicates the absence /// of a timeout. pub fn nanoseconds(&self) -> u64 { match self {