diff options
| author | Botahamec <botahamec@outlook.com> | 2024-07-11 23:09:16 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2024-07-11 23:09:16 -0400 |
| commit | 18fa67fb94e2826b939a1c55552a399719428f26 (patch) | |
| tree | 001434b5836952e60939477a9f101f50b0e979f0 | |
| parent | c0dd0bc2f2f395cabd869cb2eeec34304012b88d (diff) | |
Fix typo
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ into `Exun` and `RawUnexpected` errors automatically, and it's needed for `Result::unexpect`. * `alloc`: This is needed for `RawUnexpected` and `UnexpectedError` to hold -string messages. This can be done with `Result::unexpect_mshg`. Without this, +string messages. This can be done with `Result::unexpect_msg`. Without this, only the equivalent of `Result::unexpect_none` can be constructed. To disable these features: @@ -47,7 +47,7 @@ //! [`Result::unexpect`]. //! //! * `alloc`: This is needed for `RawUnexpected` and `UnexpectedError` to hold -//! string messages. This can be done with `Result::unexpect_mshg`. Without this, +//! string messages. This can be done with `Result::unexpect_msg`. Without this, //! only the equivalent of `Result::unexpect_none` can be constructed. //! //! To disable these features: |
