mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-21 00:00:14 +02:00
axum: fix typo in Path extractor error (#3661)
This commit is contained in:
@@ -346,7 +346,7 @@ pub enum ErrorKind {
|
||||
key: String,
|
||||
/// The value that failed to deserialize.
|
||||
value: String,
|
||||
/// The deserializaation failure message.
|
||||
/// The deserialization failure message.
|
||||
message: String,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user