Skip to content

Commit 2f0b1c5

Browse files
amartini51Rebecca Teibloom
andcommitted
Incorporate editorial feedback
Edits from rdar://125119047 Co-authored-by: Rebecca Teibloom <[email protected]>
1 parent 8aafa21 commit 2f0b1c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TSPL.docc/LanguageGuide/AccessControl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ and the package that the module belongs to.
7171
The difference between open and public access is described below.
7272
- *Package access*
7373
enables entities to be used within
74-
any source files from their defining package,
74+
any source files from their defining package
7575
but not in any source file outside of that package.
7676
You typically use package access
7777
within an app or framework that's structured into multiple modules.

TSPL.docc/ReferenceManual/Declarations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3886,7 +3886,7 @@ Access control is discussed in detail in <doc:AccessControl>.
38863886
it specifies the package name
38873887
by passing the `-package-name` flag to the Swift compiler.
38883888
Two modules are part of the same package
3889-
if the build system specifies the same package name when building them both.
3889+
if the build system specifies the same package name when building them.
38903890

38913891
- term `internal`:
38923892
Apply this modifier to a declaration to indicate the declaration can be accessed

0 commit comments

Comments
 (0)