diff options
| author | QuietMisdreavus <grey@quietmisdreavus.net> | 2018-02-06 09:26:15 -0600 |
|---|---|---|
| committer | QuietMisdreavus <grey@quietmisdreavus.net> | 2018-02-06 09:26:15 -0600 |
| commit | fefd5e9bbc150273faf2ac0c4dff8e0e8a098393 (patch) | |
| tree | bcdc81173c9f2d1abb39e4188411b363fd45a2ae /src/libstd | |
| parent | 2cab06855a9b325c527ab08be4660c4353816833 (diff) | |
| download | rust-fefd5e9bbc150273faf2ac0c4dff8e0e8a098393.tar.gz rust-fefd5e9bbc150273faf2ac0c4dff8e0e8a098393.zip | |
fix docs link
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/os/raw/uint.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/os/raw/uint.md b/src/libstd/os/raw/uint.md index 1e710f804c4..6f7013a8ac1 100644 --- a/src/libstd/os/raw/uint.md +++ b/src/libstd/os/raw/uint.md @@ -1,6 +1,6 @@ Equivalent to C's `unsigned int` type. -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. +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. [`int`]: type.c_int.html [`u32`]: ../../primitive.u32.html |
