Skip to content

Commit 1024ed0

Browse files
committed
Cross reference the Memory Safety chapter too
1 parent 8f31749 commit 1024ed0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

TSPL.docc/LanguageGuide/TheBasics.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,8 +1824,10 @@ If you haven't encountered these issues, that's ok;
18241824
safe code in Swift avoids these problems.
18251825
For information about how Swift ensures you set initial values,
18261826
see <doc:Initialization>,
1827-
and for information about how Swift checks memory safety in concurrent code,
1828-
see <doc:Concurrency>.
1827+
for information about how Swift checks memory safety in concurrent code,
1828+
see <doc:Concurrency>,
1829+
and for information about how Swift checks overlapping accesses to memory,
1830+
see <doc:MemorySafety>.
18291831

18301832
Sometimes you need to work outside of the bounds of safety ---
18311833
for example, because of limitations of the language or standard library ---

0 commit comments

Comments
 (0)