Skip to content

Commit d52b326

Browse files
authored
Merge pull request #3302 from whfuyn/master
docs: Fix mismatched `
2 parents 7b7c76e + fbbd70c commit d52b326

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/parse/errors.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,8 @@ impl Error {
447447
/// Create an unformatted error
448448
///
449449
/// This is for you need to pass the error up to
450-
/// a place that has access to the `App` at which point you can call [`Error::format].
450+
/// a place that has access to the `App` at which point you can call [`Error::format`].
451+
///
451452
/// Prefer [`App::error`] for generating errors.
452453
///
453454
/// [`App::error`]: crate::App::error

0 commit comments

Comments
 (0)