Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ arbitrary ones.
`Result<HandleResponse, MyCustomError>` and `query` returning
`StdResult<Binary>`.

You can have a top-hevel `init`/`migrate`/`handle`/`query` that returns a
You can have a top-level `init`/`migrate`/`handle`/`query` that returns a
custom error but some of its implementations only return errors from the
standard library (`StdResult<HandleResponse>` aka.
`Result<HandleResponse, StdError>`). Then use `Ok(std_result?)` to convert
Expand Down