Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed May 20, 2024
1 parent 607a357 commit c442867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Programs/03-environment-variables.rakudoc
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ If true, deprecation warnings become thrown exceptions.
X<|Programs,RAKUDO_VERBOSE_STACKFRAME>
=item C<RAKUDO_VERBOSE_STACKFRAME>

Type: L<C<Uint>|/type/UInt>.
Type: L<C<UInt>|/type/UInt>.

Displays source code in stack frames surrounded by the specified number of
lines of context; for instance C<RAKUDO_VERBOSE_STACKFRAME = 1> will use one
Expand Down Expand Up @@ -212,7 +212,7 @@ environment (which sets this environment variable).
X<|Programs,RAKUDO_MAX_THREADS>
=item C<RAKUDO_MAX_THREADS>

Type: L<C<Uint>|/type/UInt>.
Type: L<C<UInt>|/type/UInt>.

Indicates the maximum number of threads used by default when creating a
L<C<ThreadPoolScheduler>|/type/ThreadPoolScheduler>. Defaults to 64 unless there appear to be more than
Expand Down

0 comments on commit c442867

Please sign in to comment.