Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 26, 2024
1 parent 7f1f404 commit df754c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibc-testkit/src/fixtures/core/channel/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub use self::timeout::*;
pub use self::timeout_on_close::*;

/// Returns a dummy `RawCounterparty`, for testing purposes only!
/// Can be optionally parametrized with a specific channel identifier.
/// Can be optionally parameterized with a specific channel identifier.
pub fn dummy_raw_counterparty_chan(channel_id: String) -> RawCounterparty {
RawCounterparty {
port_id: PortId::transfer().to_string(),
Expand Down
2 changes: 1 addition & 1 deletion ibc-testkit/src/fixtures/core/connection/conn_open_try.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub fn msg_conn_open_try_with_client_id(
}
}

/// Returns a dummy `RawMsgConnectionOpenTry` with parametrized heights. The parameter
/// Returns a dummy `RawMsgConnectionOpenTry` with parameterized heights. The parameter
/// `proof_height` represents the height, on the source chain, at which this chain produced the
/// proof. Parameter `consensus_height` represents the height of destination chain which a
/// client on the source chain stores.
Expand Down

0 comments on commit df754c9

Please sign in to comment.