Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix examples showing underscores in numbers
It was somewhat confusing to claim that `1_000_000` and `10_00_00` evaluate to the same number, make sure that all numbers have the same number of zeroes, even if they have different numbers of underscores.
  • Loading branch information
vadz committed Nov 10, 2015
1 parent e3d793c commit 71f2532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/syntax.pod
Expand Up @@ -251,8 +251,8 @@ number:
1000000
1_000_000
10_0000
10_00_00
10_00000
100_00_00
=head4 Int literals
Expand Down

0 comments on commit 71f2532

Please sign in to comment.