diff --git a/MIGRATING.md b/MIGRATING.md index ab4c632e6..a645262f8 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -1620,7 +1620,7 @@ arbitrary ones. `Result` and `query` returning `StdResult`. - 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` aka. `Result`). Then use `Ok(std_result?)` to convert