Skip to content

Commit 44157b3

Browse files
authored
Merge pull request #1401 from yutannihilation/patch-1
Fix a typo
2 parents 7987d85 + 9576506 commit 44157b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-09-05-Rust-1.81.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ This completes the transition started in [1.71](https://blog.rust-lang.org/2023/
140140
which added dedicated `"C-unwind"` (amongst other `-unwind` variants) ABIs for
141141
when unwinding across the ABI boundary is expected. As of 1.81, the non-unwind
142142
ABIs (e.g., `"C"`) will now abort on uncaught unwinds, closing the longstanding
143-
soundess problem.
143+
soundness problem.
144144

145145
Programs relying on unwinding should transition to using `-unwind` suffixed ABI
146146
variants.

0 commit comments

Comments
 (0)