Skip to content

Commit 7b073ba

Browse files
committed
Fix typos in 1122
1 parent d6a9032 commit 7b073ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1122-language-semver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Known areas where change is expected include the following:
181181

182182
- Destructors semantics:
183183
- We plan to stop zeroing data and instead use marker flags on the stack,
184-
as specified in [RFC 320]. This may affect destructors that rely on ovewriting
184+
as specified in [RFC 320]. This may affect destructors that rely on overwriting
185185
memory or using the `unsafe_no_drop_flag` attribute.
186186
- Currently, panicking in a destructor can cause unintentional memory
187187
leaks and other poor behavior (see [#14875], [#16135]). We are

0 commit comments

Comments
 (0)