This commit is contained in:
Yuki Okushi 2025-08-22 12:31:39 +09:00
parent e842a0ab56
commit 5075ed46a0
1 changed files with 1 additions and 1 deletions

View File

@ -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};