Skip to content

Commit c7375b3

Browse files
committed
Tweak, Altai-man++
1 parent c8f3317 commit c7375b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Any.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,8 +787,8 @@ Defined as:
787787
788788
multi method are()
789789
790-
Return the strictest type / role to which all elements of the list will
791-
smart-match. Return C<Nil> on an empty list.
790+
Return the strictest type (or role) to which B<all> elements of the list
791+
will smart-match. Return C<Nil> on an empty list.
792792
793793
say (1,2,3).are; # (Int)
794794
say <a b c>.are; # (Str)

0 commit comments

Comments
 (0)