Skip to content

Commit 357316b

Browse files
Ryu0118freddi-kit
andauthored
Correct grammar in Project.swift
Co-authored-by: freddi(Yuki Aki) <freddi-kit@users.noreply.github.com>
1 parent 2af2a27 commit 357316b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/ProjectSpec/Project.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ extension Project {
180180
// Re-throw `SpecParsingError` to prevent the misuse of settings.configs.
181181
throw specParsingError
182182
} catch {
183-
// Ignore any errors other than SpecParsingError
183+
// Ignore all errors except `SpecParsingError`
184184
settings = .empty
185185
}
186186

0 commit comments

Comments
 (0)