docs: "associated to" -> "associated with" (#1557)

This reads better this way.
This commit is contained in:
Bruce Mitchener
2022-09-26 18:23:37 +07:00
committed by GitHub
parent d9609dd6b6
commit cb252a42af
52 changed files with 108 additions and 108 deletions

View File

@@ -113,7 +113,7 @@ fn main() -> tantivy::Result<()> {
// on its id.
//
// Note that `tantivy` does nothing to enforce the idea that
// there is only one document associated to this id.
// there is only one document associated with this id.
//
// Also you might have noticed that we apply the delete before
// having committed. This does not matter really...