Skip to content

Commit

Permalink
Fix typo in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Aug 8, 2024
1 parent a516d99 commit 0662627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-core/ics04-channel/types/src/timeout/timestamp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0662627

Please sign in to comment.