Skip to content

Commit

Permalink
Fix a word in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Aug 7, 2024
1 parent 5a283f8 commit 24e38bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-clients/ics07-tendermint/src/client_state/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ pub fn verify_consensus_state(
}

/// Determines the `Status`, whether it is `Active` or `Expired`, of a consensus
/// state, given its timestamp, the host's timestamp, and the trusting period.
/// state, using its timestamp, the host's timestamp, and the trusting period.
pub fn consensus_state_status<CS: ConsensusState>(
consensus_state: &CS,
host_timestamp: &Timestamp,
Expand Down

0 comments on commit 24e38bd

Please sign in to comment.