mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Do not use "nil" to refer to ()
This commit is contained in:
parent
7b657d340d
commit
bc26f58521
@ -320,7 +320,7 @@ mod prim_char {}
|
||||
|
||||
#[doc(primitive = "unit")]
|
||||
//
|
||||
/// The `()` type, sometimes called "unit" or "nil".
|
||||
/// The `()` type, also called "unit".
|
||||
///
|
||||
/// The `()` type has exactly one value `()`, and is used when there
|
||||
/// is no other meaningful value that could be returned. `()` is most
|
||||
|
Loading…
Reference in New Issue
Block a user