Skip to content

Commit c44febd

Browse files
committed
rfc, unreservations: fix typo.
1 parent 2bddc3c commit c44febd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-unreservations-2018.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ could have `T: !Sized` so there seems to be no need for keeping `unsized`.
141141

142142
We already have [`std::mem::size_of`](https://doc.rust-lang.org/nightly/std/mem/fn.size_of.html) and similar which
143143
are `const fn`s or can be. In the case of `offsetof`, we would instead use
144-
a macro `offet_of!`.
144+
a macro `offset_of!`.
145145

146146
A reason why we might want to keep these reserved is that they already exist in
147147
the standard library, and so we might not want anyone to define these functions,

0 commit comments

Comments
 (0)