Skip to content

Commit

Permalink
Merge pull request #369 from shepmaster/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Dec 19, 2022
2 parents bd3c97c + f8a9a90 commit f32fa32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -433,7 +433,7 @@ macro_rules! ensure {
/// Provide a `Result` as the first argument, followed by a format
/// string and any optional arguments. If the `Result` is an error,
/// the formatted string will be appended to the error and the macro
/// will exist the calling function with an error. If the `Result` is
/// will exit the calling function with an error. If the `Result` is
/// not an error, the macro will evaluate to the `Ok` value of the
/// `Result`.
///
Expand Down

0 comments on commit f32fa32

Please sign in to comment.