Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed another broken example. timotimo++
  • Loading branch information
Jan-Olof Hendig committed Jun 3, 2016
1 parent 2727eab commit a595d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Version.pod
Expand Up @@ -14,7 +14,7 @@ them with a dot. A version part is usually an integer, a string like C<alpha>,
or a L<Whatever>-star C<*>. The latter is used to indicate that any version
part is acceptable in another version that is compared to the current one.
say v1.0.1 ~~ v.1.*; # True
say v1.0.1 ~~ v1.*; # True
Version literals can only contain numeric and L<Whatever> parts. They start
with a lower-case C<v>, and are followed by at least one part. Multiple parts
Expand Down

0 comments on commit a595d1e

Please sign in to comment.