Skip to content

Commit fefd5e9

Browse files
fix docs link
1 parent 2cab068 commit fefd5e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/os/raw/uint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Equivalent to C's `unsigned int` type.
22

3-
This type will almost always be [`u16`], but may differ on some esoteric systems. The C standard technically only requires that this type be an unsigned integer with the same size as an [`int`]; some systems define it as a [`u16`], for example.
3+
This type will almost always be [`u32`], but may differ on some esoteric systems. The C standard technically only requires that this type be an unsigned integer with the same size as an [`int`]; some systems define it as a [`u16`], for example.
44

55
[`int`]: type.c_int.html
66
[`u32`]: ../../primitive.u32.html

0 commit comments

Comments
 (0)