Skip to content

Commit

Permalink
Update docs/architecture/adr-11-refactor-errors.md
Browse files Browse the repository at this point in the history
Co-authored-by: Farhad Shabani <[email protected]>
Signed-off-by: Sean Chen <[email protected]>
  • Loading branch information
seanchen1991 and Farhad-Shabani authored Sep 20, 2024
1 parent 4ee4aad commit a8f6c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/adr-11-refactor-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ was then mapped *back* into a `ContextError`; certainly an inefficient round-tri
that an error did occur in the `consensus_state` method, it would not have been clear to the
user that the error originated from a host context.

This `validate` function will now be changed to return a `ClientError`. Coupled with the
This `validate` function will now be changed to return a `ClientError`. Coupled with the
`consensus_state` method now returning a `HostError`, this call can now be made much more
cleanly:

Expand Down

0 comments on commit a8f6c1e

Please sign in to comment.