aboutsummaryrefslogtreecommitdiff
path: root/ref/doc.go
diff options
context:
space:
mode:
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