Skip to content

Commit 6b62ea9

Browse files
authored
fix: typo in gc docs (#1458)
1 parent 45fd96c commit 6b62ea9

File tree

1 file changed

+1
-1
lines changed
  • content/develop/interact/search-and-query/administration

1 file changed

+1
-1
lines changed

content/develop/interact/search-and-query/administration/gc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You want to optimize the index, but you also don't want to disturb normal operat
2828

2929
## Garbage collecting a single-term index
3030

31-
A single-term inverted index is an array of blocks, each of which containin an encoded list of records; e.g., a document id delta plus other data depending on the index encoding scheme. When some of these records refer to deleted documents this is called garbage.
31+
A single-term inverted index is an array of blocks, each of which contains an encoded list of records; e.g., a document id delta plus other data depending on the index encoding scheme. When some of these records refer to deleted documents this is called garbage.
3232

3333
The algorithm is simple:
3434

0 commit comments

Comments
 (0)