Skip to content

Commit 94f2ae3

Browse files
committed
pass check-signatures
1 parent 6d03772 commit 94f2ae3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/Type/Any.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ one.
695695
696696
=head2 method are
697697
698-
multi method are()
698+
multi method are(Any:D:)
699699
700700
Returns the strictest type (or role) to which B<all> elements of the list
701701
will smartmatch. Returns C<Nil> on an empty list.

doc/Type/Cool.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ Mnemonic: returns an ordinal number
666666
667667
=head2 method path
668668
669-
method path()
669+
method path(Cool:D: --> IO::Path:D)
670670
671671
B<DEPRECATED>. I<It's been deprecated as of the 6.d version. Will be removed in
672672
the next ones.>

doc/Type/Distribution/Path.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ C<META6.json> needs to be used.
2323
2424
=head2 method meta
2525
26-
method meta()
26+
method meta(Distribution::Path:D:)
2727
2828
Returns a Hash with the representation of the metadata.
2929

doc/Type/Range.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ by not actually generating the list if it is not necessary.
335335
336336
=head2 method sum
337337
338-
multi method sum(--> Numeric:D)
338+
multi method sum(Range:D:)
339339
340340
Returns the sum of all elements in the Range. Throws L<X::Str::Numeric|/type/X::Str::Numeric> if an
341341
element can not be coerced into Numeric.

0 commit comments

Comments
 (0)