aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-05-24 11:22:57 +0000
committerGravatar Runxi Yu2026-05-24 11:22:57 +0000
commit794aa2f848423e17a7a0540dc6a71960252fa721 (patch)
treea16f90c932148f1681e218dea77f5791d9dc184e
parentREADME: Use the master branch's badge (diff)
signatureNo signature
reachability: Fix documentation typo v0.1.173
-rw-r--r--reachability/connected.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reachability/connected.go b/reachability/connected.go
index 655c40b9..692d8501 100644
--- a/reachability/connected.go
+++ b/reachability/connected.go
@@ -8,7 +8,7 @@ import objectid "codeberg.org/lindenii/furgit/object/id"
//
// With commit-graph acceleration available,
// each visited commit is validated against the object store
-// iff struct is set to true.
+// iff strict is set to true.
func (r *Reachability) CheckConnected(domain Domain, haves, wants map[objectid.ObjectID]struct{}, strict bool) error {
walk := r.Walk(domain, haves, wants)