File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ Returns C<True> if C<$other === self> (ie it checks object identity).
16
16
17
17
= head3 any
18
18
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.
20
20
21
21
= head3 all
22
22
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.
24
24
25
25
= head3 one
26
26
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.
28
28
29
29
= head3 none
30
30
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.
32
32
33
33
= end pod
You can’t perform that action at this time.
0 commit comments