Skip to content

Commit

Permalink
Consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Aug 2, 2019
1 parent 13b4afe commit 3725e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/mem/mod.rs
Expand Up @@ -414,7 +414,7 @@ pub const fn needs_drop<T>() -> bool {
intrinsics::needs_drop::<T>()
}

/// Returns the value of type `T` represented by the all-zeros bit-pattern.
/// Returns the value of type `T` represented by the all-zero byte-pattern.
///
/// This means that, for example, the padding byte in `(u8, u16)` is not
/// necessarily zeroed.
Expand Down

0 comments on commit 3725e35

Please sign in to comment.