Fixed English Error

This commit is contained in:
freddi
2020-03-18 21:46:10 +09:00
parent bbbc90c8d3
commit e92e8a259f
+1 -1
View File
@@ -907,7 +907,7 @@ targets:
```
## Local Swift Package
Swift packages in local are also defined at a project level as `localPackages` instead of `packages` , and then linked to individual targets via a [Dependency](#dependency).
Swift packages in local are also defined at a project level as `localPackages` like `packages` , and then linked to individual targets via a [Dependency](#dependency).
> Note that Swift Packages don't work in projects with configurations other than `Debug` and `Release`. That limitation is tracked here bugs.swift.org/browse/SR-10927