Skip to content

Commit

Permalink
chore: fix typos (#1103)
Browse files Browse the repository at this point in the history
* chore: fix typos

* Update README.md

---------

Co-authored-by: Carlos Rodriguez <[email protected]>
  • Loading branch information
simlecode and crodriguezvega authored May 15, 2024
1 parent f2d4374 commit 6066442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/client/ics-008-wasm-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ function checkForMisbehaviour(clientMsg: ClientMessage): boolean {

### State update

Function `updateState` will perform a regular update for the Wasm client. It will add a consensus state to the client store. If the header is higher than the lastest height on the `clientState`, then the `clientState` will be updated.
Function `updateState` will perform a regular update for the Wasm client. It will add a consensus state to the client store. If the header is higher than the latest height on the `clientState`, then the `clientState` will be updated.

```typescript
interface UpdateStateMsg {
Expand Down
2 changes: 1 addition & 1 deletion spec/client/ics-009-loopback-cilent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function verifyNonMembership(
unprefixedPath = removePrefix(getCommitmentPrefix(), path)
// The complete (not only client identifier-prefixed) store is needed
// to verifiy that a path has not been set to a particular value
// to verify that a path has not been set to a particular value
if provableStore.get(unprefixedPath) !== nil {
return error
}
Expand Down

0 comments on commit 6066442

Please sign in to comment.