Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed incorrect result being shown in code example. Should fix #921
  • Loading branch information
Jan-Olof Hendig committed Oct 6, 2016
1 parent c483276 commit 9568337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Version.pod6
Expand Up @@ -26,7 +26,7 @@ are OK in comparisons:
In comparisons, early parts take precedence over later parts.
say v1.2 cmp v2.1; # Increase
say v1.2 cmp v2.1; # Less
=head1 Methods
Expand Down

0 comments on commit 9568337

Please sign in to comment.