Skip to content

Commit 353fca2

Browse files
committed
Fix typos in 3308
1 parent 27be530 commit 353fca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3308-offset_of.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ As you can see, the usage is the same as before, but because we didn't specify
127127
`#[repr(C)]`, compiler may have changed the order or position, so the values may
128128
be different -- it's completely possible that `pos` is located at offset 0, for
129129
example! Thankfully, by using `core::mem::offset_of!`, this code is correct
130-
either way, and will continute to be correct, even if the layout algorithm
130+
either way, and will continue to be correct, even if the layout algorithm
131131
changes in the future.
132132

133133
## `offset_of!` On Other Types

0 commit comments

Comments
 (0)