Skip to content

Commit b0d91b0

Browse files
hamishknightjamieQ
andauthored
Fix typo
Co-authored-by: Jamie <[email protected]>
1 parent ac4d52d commit b0d91b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/swift-xcodegen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ PROJECT CONFIGURATION:
8080
disabled by default.
8181
8282
A development snapshot is necessary to avoid spurious build/live issues
83-
due to fact that the the stdlib is built using the just-built Swift
83+
due to the fact that the the stdlib is built using the just-built Swift
8484
compiler, which may support features not yet supported by the Swift
8585
compiler in Xcode's toolchain. (default: --no-stdlib-swift)
8686
--test-folders/--no-test-folders

utils/swift-xcodegen/Sources/swift-xcodegen/Options.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ struct ProjectOptions: ParsableArguments {
168168
disabled by default.
169169
170170
A development snapshot is necessary to avoid spurious build/live issues
171-
due to fact that the the stdlib is built using the just-built Swift
171+
due to the fact that the the stdlib is built using the just-built Swift
172172
compiler, which may support features not yet supported by the Swift
173173
compiler in Xcode's toolchain.
174174
"""

0 commit comments

Comments
 (0)