Skip to content

Commit

Permalink
Fix typo in DefaultBodyLimit docs (#2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktwerner authored Dec 2, 2023
1 parent 1fa21bb commit 6491655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions axum-core/src/extract/default_body_limit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ use tower_layer::Layer;
/// ```
///
/// In general using `DefaultBodyLimit` is recommended but if you need to use third party
/// extractors and want to sure a limit is also applied there then [`RequestBodyLimit`] should be
/// used.
/// extractors and want to make sure a limit is also applied there then [`RequestBodyLimit`] should
/// be used.
///
/// # Different limits for different routes
///
Expand Down

0 comments on commit 6491655

Please sign in to comment.