From e92e8a259f790fe415cd2cd142ec9e2a305304d0 Mon Sep 17 00:00:00 2001 From: freddi Date: Wed, 18 Mar 2020 21:46:10 +0900 Subject: [PATCH] Fixed English Error --- Docs/ProjectSpec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/ProjectSpec.md b/Docs/ProjectSpec.md index abf4c540..e9d477e9 100644 --- a/Docs/ProjectSpec.md +++ b/Docs/ProjectSpec.md @@ -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