Skip to content

Commit aed8e0a

Browse files
Merge pull request #18 from tomhukins/pod_fix
Fix a POD typo
2 parents f0c8f81 + 96e449c commit aed8e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/HTTP/Headers.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ If no such field exists C<undef> will be returned.
533533
534534
A multi-valued field will be returned as separate values in list
535535
context and will be concatenated with ", " as separator in scalar
536-
context. The HTTP spec (RFC 2616) promise that joining multiple
536+
context. The HTTP spec (RFC 2616) promises that joining multiple
537537
values in this way will not change the semantic of a header field, but
538538
in practice there are cases like old-style Netscape cookies (see
539539
L<HTTP::Cookies>) where "," is used as part of the syntax of a single

0 commit comments

Comments
 (0)