Skip to content

Commit

Permalink
Fixed typo and added a missing C<>
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Olof Hendig committed May 23, 2016
1 parent 4d200a8 commit d0e337d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Parameter.pod
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ in same the signature:
c("four",5,"six"); # Fails when binding $y, wants Str, not Int
Type captures may be used at the same time as
L<type costraints|/type/Signature#Type_Constraints>.
L<type constraints|/type/Signature#Type_Constraints>.
sub d(::T Numeric $x, T $y);
d(4,5); # OK
Expand All @@ -189,6 +189,6 @@ L<type costraints|/type/Signature#Type_Constraints>.
If the parameter has a
L<sub-signature|/type/Signature#Destructuring_Parameters>,
returns a Signature object for it. Otherwise returns C<Any>.
returns a C<Signature> object for it. Otherwise returns C<Any>.
=end pod

0 comments on commit d0e337d

Please sign in to comment.