diff --git a/src/hnswutils.c b/src/hnswutils.c index 5d4f454..b7a388c 100644 --- a/src/hnswutils.c +++ b/src/hnswutils.c @@ -1059,7 +1059,7 @@ HnswInsertElement(HnswElement element, HnswElement entryPoint, Relation index, F lw = w; /* Candidates are sorted, but set sortCandidates to true */ - /* for in-memory builds to use closer caching */ + /* for in-memory builds to enable closer caching */ neighbors = SelectNeighbors(lw, lm, lc, procinfo, collation, element, NULL, NULL, index == NULL); AddConnections(element, neighbors, lm, lc);