Skip to content

Commit 8f643f0

Browse files
authored
Merge pull request #767 from vallentin/patch-1
Removed repeated word
2 parents 48a079f + 0e9ed9b commit 8f643f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/behavior-considered-undefined.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ code.
4949
* Invalid metadata in a wide reference, `Box<T>`, or raw pointer:
5050
* `dyn Trait` metadata is invalid if it is not a pointer to a vtable for
5151
`Trait` that matches the actual dynamic trait the pointer or reference points to.
52-
* Slice metadata is invalid if if the length is not a valid `usize`
52+
* Slice metadata is invalid if the length is not a valid `usize`
5353
(i.e., it must not be read from uninitialized memory).
5454
* Non-UTF-8 byte sequences in a `str`.
5555
* Invalid values for a type with a custom definition of invalid values.

0 commit comments

Comments
 (0)