Skip to content

Commit 6846aab

Browse files
committed
[utils] swift-xcodegen: Proofread option descriptions
1 parent 1b2abc4 commit 6846aab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2024 Apple Inc. and the Swift project authors
5+
// Copyright (c) 2024 - 2025 Apple Inc. and the Swift project authors
66
// Licensed under Apache License v2.0 with Runtime Library Exception
77
//
88
// See https://swift.org/LICENSE.txt for license information
@@ -165,7 +165,7 @@ struct ProjectOptions: ParsableArguments {
165165
help: """
166166
Generate targets for Swift files in the standard library. This requires
167167
using Xcode with a main development Swift snapshot, and as such is
168-
disabled by default.
168+
disabled by default.
169169
170170
A development snapshot is necessary to avoid spurious build/live issues
171171
due to the fact that the stdlib is built using the just-built Swift
@@ -238,7 +238,7 @@ struct ProjectOptions: ParsableArguments {
238238
struct MiscOptions: ParsableArguments {
239239
@Option(help: """
240240
The project root directory, which is the parent directory of the Swift repo.
241-
By default this is inferred from the build directory path.
241+
By default, this is inferred from the build directory path.
242242
""")
243243
var projectRootDir: AnyPath?
244244

0 commit comments

Comments
 (0)