Update meilisearch-core/src/update/documents_addition.rs

Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
marin 2021-01-15 00:55:31 +01:00 committed by GitHub
parent 430a5f902b
commit 1d910dbb42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ pub struct DocumentsAddition<D> {
updates_store: store::Updates,
updates_results_store: store::UpdatesResults,
updates_notifier: UpdateEventsEmitter,
// Whether the user explicitely set the primary key in the update
// Whether the user explicitly set the primary key in the update
primary_key: Option<String>,
documents: Vec<D>,
is_partial: bool,