From 24e38bd1448f92621b51e1d3f452d41adf568a37 Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Wed, 7 Aug 2024 09:22:00 -0500 Subject: [PATCH] Fix a word in doc comment --- ibc-clients/ics07-tendermint/src/client_state/common.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibc-clients/ics07-tendermint/src/client_state/common.rs b/ibc-clients/ics07-tendermint/src/client_state/common.rs index 9218801ad..d32225f4e 100644 --- a/ibc-clients/ics07-tendermint/src/client_state/common.rs +++ b/ibc-clients/ics07-tendermint/src/client_state/common.rs @@ -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( consensus_state: &CS, host_timestamp: &Timestamp,