Skip to content

Commit

Permalink
Update axum/src/extract/matched_path.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
  • Loading branch information
davidpdrsn and jplatte committed Oct 20, 2022
1 parent a159737 commit dc4503b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum/src/extract/matched_path.rs
Expand Up @@ -58,7 +58,7 @@ use std::{collections::HashMap, sync::Arc};
///
/// # Matched path in nested routers
///
/// Because of how [nesting] works `MatchedPath` isn't accessible in middleware on nested routes:
/// Because of how [nesting] works, `MatchedPath` isn't accessible in middleware on nested routes:
///
/// ```
/// use axum::{
Expand Down

0 comments on commit dc4503b

Please sign in to comment.