Skip to content

Commit 9ca8115

Browse files
committed
fix type typo that broke compilation
1 parent 65c9c4f commit 9ca8115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/system.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ provides a very convenient API for scripts that deal with sets of files.
4747
Use C<prompt> to have a running program query the user for data:
4848
4949
=begin code
50-
my Uint $num-iters = prompt "How many iterations to run: ";
50+
my UInt $num-iters = prompt "How many iterations to run: ";
5151
=end code
5252
5353
=head1 Running programs synchronously and asynchronously

0 commit comments

Comments
 (0)