Skip to content

Commit dfb291b

Browse files
authored
missing links: Update numerics.rakudoc
- to handle case insensitive OS, documentation for 'int' is at `native/int` not `type/int`. change type/int to native/int
1 parent 01ce1e8 commit dfb291b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/numerics.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ that are guaranteed to be performed atomically, i.e. safe to be executed
720720
by multiple threads without the need for locking with no risk of data races.
721721

722722
For such operations, the L<atomicint|/type/atomicint> native type is required.
723-
This type is similar to a plain native L<int|/type/int>, except it is sized such
723+
This type is similar to a plain native L<int|/native/int>, except it is sized such
724724
that CPU-provided atomic operations can be performed upon it. On a 32-bit CPU it
725725
will typically be 32 bits in size, and on an a 64-bit CPU it will typically be
726726
64 bits in size.

0 commit comments

Comments
 (0)