Skip to content

Commit

Permalink
fix cargo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Jun 28, 2024
1 parent 351eb29 commit 94dc0bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibc-testkit/src/relayer/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use crate::hosts::{HostClientState, HostConsensusState, TestHost};
use crate::relayer::utils::TypedRelayerOps;
use crate::testapp::ibc::core::types::MockIbcStore;

/// A relayer context that allows interaction between two [`TestContext`] instances.
/// A relayer context that allows interaction between two [`StoreGenericTestContext`] instances.
pub struct RelayerContext<A, B, S, ACL, ACS>
where
A: TestHost,
Expand Down Expand Up @@ -54,7 +54,7 @@ where
ClientExecutionContext<ClientStateMut = ACL, ConsensusStateRef = ACS>,
ClientError: From<<ACL as TryFrom<Any>>::Error>,
{
/// Creates a new relayer context with the given [`TestContext`] instances.
/// Creates a new relayer context with the given [`StoreGenericTestContext`] instances.
pub fn new(
ctx_a: StoreGenericTestContext<S, A, ACL, ACS>,
ctx_b: StoreGenericTestContext<S, B, ACL, ACS>,
Expand Down

0 comments on commit 94dc0bc

Please sign in to comment.