Skip to content

Commit e1f3193

Browse files
committed
Punctuation fixes.
1 parent 055e79f commit e1f3193

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Any.pod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ Returns C<True> if C<$other === self> (ie it checks object identity).
1616
1717
=head3 any
1818
19-
Interprets the invocant as a list and creates an C<any>-Junction from it
19+
Interprets the invocant as a list and creates an C<any>-Junction from it.
2020
2121
=head3 all
2222
23-
Interprets the invocant as a list and creates an C<all>-Junction from it
23+
Interprets the invocant as a list and creates an C<all>-Junction from it.
2424
2525
=head3 one
2626
27-
Interprets the invocant as a list and creates an C<one>-Junction from it
27+
Interprets the invocant as a list and creates an C<one>-Junction from it.
2828
2929
=head3 none
3030
31-
Interprets the invocant as a list and creates an C<none>-Junction from it
31+
Interprets the invocant as a list and creates an C<none>-Junction from it.
3232
3333
=end pod

0 commit comments

Comments
 (0)