Skip to content

Commit 0650e08

Browse files
neilboalders
authored andcommitted
Fixed two doc typos, reported by FatherC. GH#57
1 parent 6c96793 commit 0650e08

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for HTTP-Message
22

33
{{$NEXT}}
4+
- Fixed two typos in the doc, originally reported by FatherC
5+
in RT#90716, ported over as GH#57. (GH#57) (Neil Bowers)
46

57
6.39 2022-10-08 13:48:26Z
68
- Remove Travis config (GH#180) (Olaf Alders)

lib/HTTP/Message.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,12 +933,12 @@ The following options can be specified.
933933
934934
=item C<charset>
935935
936-
This override the charset parameter for text content. The value
936+
This overrides the charset parameter for text content. The value
937937
C<none> can used to suppress decoding of the charset.
938938
939939
=item C<default_charset>
940940
941-
This override the default charset guessed by content_charset() or
941+
This overrides the default charset guessed by content_charset() or
942942
if that fails "ISO-8859-1".
943943
944944
=item C<alt_charset>

0 commit comments

Comments
 (0)