Skip to content

Commit 9a51928

Browse files
Complete sentence
1 parent 2397ea3 commit 9a51928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/0000-multi-core-soundness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ vast majority of embedded Rust users will continue to use single-core MCUs. For
175175
those users, providing a sound and safe-to-use `Mutex` that works by disabling
176176
interrupts is beneficial. Even for multi-core applications, it is expected that
177177
the actual cross-core communication is limited to a small number of places in
178-
the code, so making it more difficult.
178+
the code, so making it more difficult has limited impact.
179179

180180
# Alternatives
181181
[alternatives]: #alternatives

0 commit comments

Comments
 (0)