Skip to content

Commit e483d9f

Browse files
committed
fix cargo doc
1 parent 31a1e74 commit e483d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibc-testkit/src/relayer/context.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use crate::hosts::{HostClientState, HostConsensusState, TestHost};
1717
use crate::relayer::utils::TypedRelayerOps;
1818
use crate::testapp::ibc::core::types::MockIbcStore;
1919

20-
/// A relayer context that allows interaction between two [`TestContext`] instances.
20+
/// A relayer context that allows interaction between two [`StoreGenericTestContext`] instances.
2121
pub struct RelayerContext<A, B, S, ACL, ACS>
2222
where
2323
A: TestHost,
@@ -54,7 +54,7 @@ where
5454
ClientExecutionContext<ClientStateMut = ACL, ConsensusStateRef = ACS>,
5555
ClientError: From<<ACL as TryFrom<Any>>::Error>,
5656
{
57-
/// Creates a new relayer context with the given [`TestContext`] instances.
57+
/// Creates a new relayer context with the given [`StoreGenericTestContext`] instances.
5858
pub fn new(
5959
ctx_a: StoreGenericTestContext<S, A, ACL, ACS>,
6060
ctx_b: StoreGenericTestContext<S, B, ACL, ACS>,

0 commit comments

Comments
 (0)