Skip to content

Commit 5a6575e

Browse files
committed
Merge pull request #192 from vadz/patch-1
Fix examples showing underscores in numbers
2 parents e3d793c + 71f2532 commit 5a6575e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/syntax.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ number:
251251
252252
1000000
253253
1_000_000
254-
10_0000
255-
10_00_00
254+
10_00000
255+
100_00_00
256256
257257
=head4 Int literals
258258

0 commit comments

Comments
 (0)