From 794aa2f848423e17a7a0540dc6a71960252fa721 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 24 May 2026 11:22:57 +0000 Subject: reachability: Fix documentation typo --- reachability/connected.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reachability') 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) -- cgit v1.3.1-10-gc9f91