We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f31749 commit 1024ed0Copy full SHA for 1024ed0
TSPL.docc/LanguageGuide/TheBasics.md
@@ -1824,8 +1824,10 @@ If you haven't encountered these issues, that's ok;
1824
safe code in Swift avoids these problems.
1825
For information about how Swift ensures you set initial values,
1826
see <doc:Initialization>,
1827
-and for information about how Swift checks memory safety in concurrent code,
1828
-see <doc:Concurrency>.
+for information about how Swift checks memory safety in concurrent code,
+see <doc:Concurrency>,
1829
+and for information about how Swift checks overlapping accesses to memory,
1830
+see <doc:MemorySafety>.
1831
1832
Sometimes you need to work outside of the bounds of safety ---
1833
for example, because of limitations of the language or standard library ---
0 commit comments