Skip to content

Commit c515bda

Browse files
authored
Fix comment typo in SwiftCommandState.swift (#8667)
`compute the target toolchain.z` -> `compute the target toolchain.`
1 parent a60c617 commit c515bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CoreCommands/SwiftCommandState.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ public final class SwiftCommandState {
923923
)
924924
})
925925

926-
/// Lazily compute the target toolchain.z
926+
/// Lazily compute the target toolchain.
927927
private lazy var _targetToolchain: Result<UserToolchain, Swift.Error> = {
928928
let swiftSDK: SwiftSDK
929929
let hostSwiftSDK: SwiftSDK

0 commit comments

Comments
 (0)