mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 14:46:32 +01:00
Fix typo in DefaultBodyLimit docs (#2401)
This commit is contained in:
parent
1fa21bbb73
commit
6491655a80
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue