Skip to content

Commit

Permalink
Merge pull request #767 from vallentin/patch-1
Browse files Browse the repository at this point in the history
Removed repeated word
  • Loading branch information
Centril authored Feb 22, 2020
2 parents 48a079f + 0e9ed9b commit 8f643f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/behavior-considered-undefined.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ code.
* Invalid metadata in a wide reference, `Box<T>`, 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.
Expand Down

0 comments on commit 8f643f0

Please sign in to comment.