mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-27 13:00:39 +00:00
Fix typo in DefaultBodyLimit docs (#2401)
This commit is contained in:
parent
1fa21bbb73
commit
6491655a80
@ -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
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user