Skip to content

Commit c6b61c1

Browse files
authored
Fixed typo (#2547)
1 parent 823bcad commit c6b61c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@ arbitrary ones.
16201620
`Result<HandleResponse, MyCustomError>` and `query` returning
16211621
`StdResult<Binary>`.
16221622

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

0 commit comments

Comments
 (0)