Skip to content

Commit

Permalink
nit: few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Jan 29, 2025
1 parent 1930355 commit 869d153
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- `[ibc-core-host-types]` Introduce `ClientType::build_client_id` which avoids unnecessary validaiton.
- `[ibc-core-host-types]` Introduce `ClientType::build_client_id` which avoids unnecessary validation.
([#1014](https://github.com/cosmos/ibc-rs/issues/1014))
- `[ibc-core-host-types]` Optimise `ClientId::new` to avoid unnecessary validaiton and temporary
- `[ibc-core-host-types]` Optimise `ClientId::new` to avoid unnecessary validation and temporary
string allocation. ([#1014](https://github.com/cosmos/ibc-rs/issues/1014))
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
- `[ibc-app-transfer]` Add `memo` field to `escrow-coins-*()` and
`burn-coins-*()` methods, allowing implementors to pass in arbitrary data
`burn-coins-*()` methods, allowing implementers to pass in arbitrary data
necessary for their use case.
([\#839](https://github.com/cosmos/ibc-rs/issues/837))

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ There are no consensus-breaking changes.
specificity in functionality.
([\#837](https://github.com/cosmos/ibc-rs/issues/837))
- `[ibc-app-transfer]` Add `memo` field to `escrow-coins-*()` and
`burn-coins-*()` methods, allowing implementors to pass in arbitrary data
`burn-coins-*()` methods, allowing implementers to pass in arbitrary data
necessary for their use case.
([\#839](https://github.com/cosmos/ibc-rs/issues/837))
- `[ibc-core-host-type]` Optimize `IdentifierError` variants and make them
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/adr-001-handler-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ pub fn keep(

> This section is very much a work in progress, as further investigation into what
> a production-ready implementation of the `ctx` parameter of the top-level dispatcher
> is required. As such, implementors should feel free to disregard the recommendations
> is required. As such, implementers should feel free to disregard the recommendations
> below, and are encouraged to come up with amendments to this ADR to better capture
> the actual requirements.
Expand Down
2 changes: 1 addition & 1 deletion docs/architecture/adr-007-light-client-contexts.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The `ClientStateValidation` and `ClientStateExecution` traits are the most impor

#### `ClientStateValidation`

Say the implementation of a light client needs a `get_resource_Y()` method from the host in `ClientState::verify_client_message()`. The implementor would first define a trait for the host to implement.
Say the implementation of a light client needs a `get_resource_Y()` method from the host in `ClientState::verify_client_message()`. The implementer would first define a trait for the host to implement.

```rust
trait MyClientValidationContext {
Expand Down

0 comments on commit 869d153

Please sign in to comment.