X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibcore%2Fmem.rs;h=40f4354213b40849bf253c7d1bb10bab04a86761;hb=2bf80cf6ca3a9cb516216592e66b589e96839868;hp=058c01cdf10077ac008e5cf115c78b4de591236d;hpb=ce7689293b84a0309488b4a5d832ed2fa0d8bf0f;p=rust.git diff --git a/src/libcore/mem.rs b/src/libcore/mem.rs index 058c01cdf10..40f4354213b 100644 --- a/src/libcore/mem.rs +++ b/src/libcore/mem.rs @@ -966,7 +966,7 @@ fn deref_mut(&mut self) -> &mut T { /// /// The compiler then knows to not make any incorrect assumptions or optimizations on this code. /// -/// You can think of `MaybeUninit` and being a bit like `Option` but without +/// You can think of `MaybeUninit` as being a bit like `Option` but without /// any of the run-time tracking and without any of the safety checks. /// /// ## out-pointers