axum: fix typo in Path extractor error (#3661)

This commit is contained in:
cui
2026-02-16 08:32:54 +01:00
committed by GitHub
parent 776c4a438f
commit c2b0bc310e
+1 -1
View File
@@ -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,
},