aboutsummaryrefslogtreecommitdiff
path: root/ref/ref.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-06-06 21:27:52 +0000
committerGravatar Runxi Yu2026-06-06 21:27:52 +0000
commitb7420870269fe33bf2c12c82488f761e52308ecd (patch)
tree63206b8a917b37ca59ec0c5133f790f041afb18f /ref/ref.go
parentLabel fixes (diff)
ref: detached -> direct
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