Skip to content

Commit 8781b5d

Browse files
amartini51Rebecca Teibloom
andcommitted
Iterate on punctuation
Co-authored-by: Rebecca Teibloom <[email protected]>
1 parent 2f0b1c5 commit 8781b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TSPL.docc/LanguageGuide/AccessControl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ as part of configuring the build system you're using,
5151
not as part of your Swift source code.
5252
For example, if you use Swift Package Manager to build your code,
5353
you define a package in your `Package.swift` file
54-
using APIs from the [PackageDescription][] module;
55-
if you use Xcode, you specify the package name
54+
using APIs from the [PackageDescription][] module,
55+
and if you use Xcode, you specify the package name
5656
in the Package Access Identifier build setting.
5757

5858
[PackageDescription](https://developer.apple.com/documentation/packagedescription)

0 commit comments

Comments
 (0)