We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Workspace/CheckoutState.swift
1 parent 6d4693f commit b8ca360Copy full SHA for b8ca360
Sources/Workspace/CheckoutState.swift
@@ -15,7 +15,7 @@ import struct SourceControl.Revision
15
16
/// A checkout state represents the current state of a repository.
17
///
18
-/// A state will always has a revision. It can also have a branch or a version but not both.
+/// A state will always have a revision. It can also have a branch or a version but not both.
19
public enum CheckoutState: Equatable, Hashable {
20
case revision(_ revision: Revision)
21
case version(_ version: Version, revision: Revision)
0 commit comments