diff options
| author | 2026-05-24 11:22:57 +0000 | |
|---|---|---|
| committer | 2026-05-24 11:22:57 +0000 | |
| commit | 794aa2f848423e17a7a0540dc6a71960252fa721 (patch) | |
| tree | a16f90c932148f1681e218dea77f5791d9dc184e /reachability/connected.go | |
| parent | README: Use the master branch's badge (diff) | |
| signature | No signature | |
reachability: Fix documentation typo v0.1.173
Diffstat (limited to 'reachability/connected.go')
| -rw-r--r-- | reachability/connected.go | 2 |
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) |
