Skip to content

Commit 9464313

Browse files
committed
Fix typo
1 parent 1c844d6 commit 9464313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Int.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ C<Int> objects store integral numbers of arbitrary size. C<Int>s are immutable.
1212
There are two main syntax forms for C<Int> literals
1313
1414
123; # Int in decimal notation
15-
:16<BEEF>; # Int in radix notations
15+
:16<BEEF>; # Int in radix notation
1616
1717
For your convenience common radix forms come with a prefix shortcut.
1818

0 commit comments

Comments
 (0)