aboutsummaryrefslogtreecommitdiff
path: root/ref/ref.go
diff options
context:
space:
mode:
Diffstat (limited to 'ref/ref.go')
-rw-r--r--ref/ref.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/ref.go b/ref/ref.go
index 0c70cc26..0cb6c738 100644
--- a/ref/ref.go
+++ b/ref/ref.go
@@ -2,7 +2,7 @@ package ref
// Ref is a Git reference.
//
-// Consider casting to [Detached] or [Symbolic].
+// Consider casting to [Direct] or [Symbolic].
type Ref interface {
isRef()
Name() string