Doc fixes

This commit is contained in:
Yorhel 2025-03-21 11:29:52 +01:00
parent 0925ae79a1
commit 90881924d4
8 changed files with 62 additions and 61 deletions

View file

@ -121,7 +121,7 @@ C<multipart/form-data>, which is typically used to handle file uploads.
The entire request body is assumed to be in memory as a Perl string, but this
module makes an attempt to avoid any further copies of data values.
=head2 Parsing
=head1 Parsing
=over
@ -138,7 +138,7 @@ tried.
=back
=head2 Field Object
=head1 Field Object
Each field is parsed into a field object that supports the following methods: