Skip to content

Commit

Permalink
Add missing invocant markers in sig
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Apr 6, 2017
1 parent bfe3f5a commit bc31a88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/Type/IO/Path.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ the file relative to its directory.
Defined as:
multi extension(IO::Path:D --> Str:D)
multi extension(IO::Path:D Int :$parts --> Str:D)
multi extension(IO::Path:D Range :$parts --> Str:D)
multi extension(IO::Path:D Str $subst, Int :$parts, Str :$joiner --> IO::Path:D)
multi extension(IO::Path:D Str $subst, Range :$parts, Str :$joiner --> IO::Path:D)
multi extension(IO::Path:D: --> Str:D)
multi extension(IO::Path:D: Int :$parts --> Str:D)
multi extension(IO::Path:D: Range :$parts --> Str:D)
multi extension(IO::Path:D: Str $subst, Int :$parts, Str :$joiner --> IO::Path:D)
multi extension(IO::Path:D: Str $subst, Range :$parts, Str :$joiner --> IO::Path:D)
Returns the extension consisting of C<$parts> parts (defaults to C<1>),
where a "part" is defined
Expand Down

0 comments on commit bc31a88

Please sign in to comment.