Skip to content

Commit b8ca360

Browse files
authored
Workspace/CheckoutState.swift: Fix typo in comment (#7944)
`will always has a revision` -> `will always have a revision`
1 parent 6d4693f commit b8ca360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Workspace/CheckoutState.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import struct SourceControl.Revision
1515

1616
/// A checkout state represents the current state of a repository.
1717
///
18-
/// A state will always has a revision. It can also have a branch or a version but not both.
18+
/// A state will always have a revision. It can also have a branch or a version but not both.
1919
public enum CheckoutState: Equatable, Hashable {
2020
case revision(_ revision: Revision)
2121
case version(_ version: Version, revision: Revision)

0 commit comments

Comments
 (0)