Skip to content

Commit

Permalink
pass check-signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Dec 11, 2022
1 parent 6d03772 commit 94f2ae3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/Type/Any.pod6
Expand Up @@ -695,7 +695,7 @@ one.
=head2 method are
multi method are()
multi method are(Any:D:)
Returns the strictest type (or role) to which B<all> elements of the list
will smartmatch. Returns C<Nil> on an empty list.
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/Cool.pod6
Expand Up @@ -666,7 +666,7 @@ Mnemonic: returns an ordinal number
=head2 method path
method path()
method path(Cool:D: --> IO::Path:D)
B<DEPRECATED>. I<It's been deprecated as of the 6.d version. Will be removed in
the next ones.>
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/Distribution/Path.pod6
Expand Up @@ -23,7 +23,7 @@ C<META6.json> needs to be used.
=head2 method meta
method meta()
method meta(Distribution::Path:D:)
Returns a Hash with the representation of the metadata.
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/Range.pod6
Expand Up @@ -335,7 +335,7 @@ by not actually generating the list if it is not necessary.
=head2 method sum
multi method sum(--> Numeric:D)
multi method sum(Range:D:)
Returns the sum of all elements in the Range. Throws L<X::Str::Numeric|/type/X::Str::Numeric> if an
element can not be coerced into Numeric.
Expand Down

0 comments on commit 94f2ae3

Please sign in to comment.