Skip to content

Commit 13591c5

Browse files
committed
Correcting the typo
s/THe/The
1 parent 1a0f7d4 commit 13591c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/AccessControlInStdlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ overlays for system frameworks written in Swift.
1111

1212
Swift has three levels of access control --- private, internal
1313
and public. As currently implemented, access control is only
14-
concerned with API-level issues, not ABI. THe stdlib does not have a stable ABI,
14+
concerned with API-level issues, not ABI. The stdlib does not have a stable ABI,
1515
and is compiled in "non-resilient" mode with inlining into user code; thus, all
1616
stdlib symbols are considered ABI and stdlib clients should be recompiled after
1717
*any* change to the stdlib.

0 commit comments

Comments
 (0)