Skip to content

Commit aecd061

Browse files
committed
unwrap
1 parent fcf8aff commit aecd061

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/behavior-considered-undefined.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ r[undefined.pointer-access]
2828
a misaligned pointer].
2929

3030
r[undefined.place-projection]
31-
* Performing a [place projection][glossary.place-projection] that violates the requirements of [in-bounds
32-
pointer arithmetic](pointer#method.offset).
31+
* Performing a [place projection][glossary.place-projection] that violates the requirements of [in-bounds pointer arithmetic](pointer#method.offset).
3332

3433
r[undefined.alias]
3534
* Breaking the pointer aliasing rules. The exact aliasing rules are not determined yet, but here is an outline of the general principles:

0 commit comments

Comments
 (0)