Skip to content

Commit 1109910

Browse files
committed
Merge pull request #20 from kukushi/master
Add missing "is"
2 parents f25ec02 + c5de599 commit 1109910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Package.swift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
)
2121
```
2222

23-
A `Package.swift` file a Swift file
23+
A `Package.swift` file is a Swift file
2424
that declaratively configures a Package
2525
using types defined in the `PackageDescription` module.
2626
This manifest declares a dependency on an external package: `Greeter`.

0 commit comments

Comments
 (0)