Skip to content

Commit 790a244

Browse files
RalfJungIxrec
andauthored
Typo
Co-Authored-By: Ixrec <[email protected]>
1 parent 3780045 commit 790a244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/0000-unaligned-fn-ptr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Transmuting any non-null value to a function pointer is defined behavior.
5050

5151
```rust
5252
fn good() {
53-
let x: fn() = unsafe { mem::transmute(1usize) } // This not UB.
53+
let x: fn() = unsafe { mem::transmute(1usize) } // This is not UB.
5454
}
5555
```
5656

0 commit comments

Comments
 (0)