summaryrefslogtreecommitdiffstats
path: root/vendor/winnow/src/_topic/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/winnow/src/_topic/error.rs')
-rw-r--r--vendor/winnow/src/_topic/error.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/winnow/src/_topic/error.rs b/vendor/winnow/src/_topic/error.rs
index abf2f8dbb..c5374b4a8 100644
--- a/vendor/winnow/src/_topic/error.rs
+++ b/vendor/winnow/src/_topic/error.rs
@@ -1,9 +1,9 @@
//! # Custom Errors
//!
-//! The most basic error type is [`ParseError`][crate::error::ParseError]
+//! The most basic error type is [`ParserError`][crate::error::ParserError]
//!
//! Optional traits include:
-//! - [`ContextError`][crate::error::ContextError]
+//! - [`AddContext`][crate::error::AddContext]
//! - [`FromExternalError`][crate::error::FromExternalError]
//!
//! # Example