Skip to content

Commit cd1a02b

Browse files
committed
Finetune a comment
1 parent fb630ef commit cd1a02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SKCore/FileBuildSettings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public struct FileBuildSettings: Equatable {
2525
/// The working directory to resolve any relative paths in `compilerArguments`.
2626
public var workingDirectory: String? = nil
2727

28-
/// The isFallback to know if the fileBuildSetting is specified or the default one.
28+
/// Whether the build settings were computed from a real build system or whether they are synthesized fallback arguments while the build system is still busy computing build settings.
2929
public var isFallback: Bool
3030

3131
public init(compilerArguments: [String], workingDirectory: String? = nil, isFallback: Bool = false) {

0 commit comments

Comments
 (0)