We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823bcad commit c6b61c1Copy full SHA for c6b61c1
MIGRATING.md
@@ -1620,7 +1620,7 @@ arbitrary ones.
1620
`Result<HandleResponse, MyCustomError>` and `query` returning
1621
`StdResult<Binary>`.
1622
1623
- 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
1624
custom error but some of its implementations only return errors from the
1625
standard library (`StdResult<HandleResponse>` aka.
1626
`Result<HandleResponse, StdError>`). Then use `Ok(std_result?)` to convert
0 commit comments