Skip to content

Commit 539935f

Browse files
authored
Fix typo in comment (#373)
1 parent 1ed3a9b commit 539935f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSCBasic/DiagnosticsEngine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public struct StringDiagnostic: DiagnosticData {
200200
}
201201
}
202202

203-
/// Represents a diagnostic location whic is unknown.
203+
/// Represents a diagnostic location which is unknown.
204204
public final class UnknownLocation: DiagnosticLocation {
205205
/// The singleton instance.
206206
public static let location = UnknownLocation()

0 commit comments

Comments
 (0)