about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorQuietMisdreavus <grey@quietmisdreavus.net>2018-02-06 09:26:15 -0600
committerQuietMisdreavus <grey@quietmisdreavus.net>2018-02-06 09:26:15 -0600
commitfefd5e9bbc150273faf2ac0c4dff8e0e8a098393 (patch)
treebcdc81173c9f2d1abb39e4188411b363fd45a2ae /src/libstd
parent2cab06855a9b325c527ab08be4660c4353816833 (diff)
downloadrust-fefd5e9bbc150273faf2ac0c4dff8e0e8a098393.tar.gz
rust-fefd5e9bbc150273faf2ac0c4dff8e0e8a098393.zip
fix docs link
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/os/raw/uint.md2
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