Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
coke committed Oct 19, 2016
1 parent 5f2c1fe commit 28c6488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Str.pod6
Expand Up @@ -1046,7 +1046,7 @@ Returns C<True> if the string is L<the same as|eq> C<$other>.
multi sub val(Str:D $MAYBEVAL, :$val-or-fail)
Given a C<Str> that may be parseable as a numeric value, it will
Given a C<Str> that may be parsable as a numeric value, it will
attempt to construct the appropriate L<allomorph|/language/glossary#Allomorph>,
returning one of L<IntStr|/type/IntStr>, L<NumStr|/type/NumStr>, L<RatStr|/type/RatStr>
or L<ComplexStr|/type/ComplexStr> or a plain C<Str> if a numeric value cannot
Expand Down

0 comments on commit 28c6488

Please sign in to comment.