mirror of https://github.com/fafhrd91/actix-web
Fix link
This commit is contained in:
parent
e842a0ab56
commit
5075ed46a0
|
@ -105,7 +105,7 @@ struct ParsedField<'t> {
|
|||
/// You can use the `#[multipart(limit = "<size>")]` attribute to set field level limits. The limit
|
||||
/// string is parsed using [`bytesize`].
|
||||
///
|
||||
/// Note: the form is also subject to the global limits configured using [`MultipartFormConfig`](crate::form::MultipartFormConfig).
|
||||
/// Note: the form is also subject to the global limits configured using `MultipartFormConfig`.
|
||||
///
|
||||
/// ```
|
||||
/// use actix_multipart::form::{tempfile::TempFile, text::Text, MultipartForm};
|
||||
|
|
Loading…
Reference in New Issue