aboutsummaryrefslogtreecommitdiff
path: root/ref/doc.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/doc.go
parentLabel fixes (diff)
ref: detached -> direct
Diffstat (limited to 'ref/doc.go')
-rw-r--r--ref/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/doc.go b/ref/doc.go
index bc2dffa4..50749f0a 100644
--- a/ref/doc.go
+++ b/ref/doc.go
@@ -1,5 +1,5 @@
// Package ref provides Git reference values.
//
-// A reference is either [Detached], which points directly to an object ID,
+// A reference is either [Direct], which points directly to an object ID,
// or [Symbolic], which points to another reference name.
package ref