From 0e9ed9bc24ada4ddf38b43809e796995d4eabf1c Mon Sep 17 00:00:00 2001 From: vallentin Date: Sat, 22 Feb 2020 22:27:17 +0100 Subject: [PATCH] Removed repeated word --- src/behavior-considered-undefined.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/behavior-considered-undefined.md b/src/behavior-considered-undefined.md index 960fd3773..f3a27ad63 100644 --- a/src/behavior-considered-undefined.md +++ b/src/behavior-considered-undefined.md @@ -49,7 +49,7 @@ code. * Invalid metadata in a wide reference, `Box`, or raw pointer: * `dyn Trait` metadata is invalid if it is not a pointer to a vtable for `Trait` that matches the actual dynamic trait the pointer or reference points to. - * Slice metadata is invalid if if the length is not a valid `usize` + * Slice metadata is invalid if the length is not a valid `usize` (i.e., it must not be read from uninitialized memory). * Non-UTF-8 byte sequences in a `str`. * Invalid values for a type with a custom definition of invalid values.