File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ and the package that the module belongs to.
71
71
The difference between open and public access is described below.
72
72
- * Package access*
73
73
enables entities to be used within
74
- any source files from their defining package,
74
+ any source files from their defining package
75
75
but not in any source file outside of that package.
76
76
You typically use package access
77
77
within an app or framework that's structured into multiple modules.
Original file line number Diff line number Diff line change @@ -3886,7 +3886,7 @@ Access control is discussed in detail in <doc:AccessControl>.
3886
3886
it specifies the package name
3887
3887
by passing the ` -package-name ` flag to the Swift compiler.
3888
3888
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.
3890
3890
3891
3891
- term ` internal ` :
3892
3892
Apply this modifier to a declaration to indicate the declaration can be accessed
You can’t perform that action at this time.
0 commit comments