From 9f32d40b270f072374412e5b8b5ec70b28583a39 Mon Sep 17 00:00:00 2001 From: Bernard Swart <66412263+bernard-zulzi@users.noreply.github.com> Date: Mon, 14 Jun 2021 09:29:12 +0200 Subject: [PATCH] Misspelling of misspelled was fixed (#1078) --- examples/deleting_updating_documents.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deleting_updating_documents.rs b/examples/deleting_updating_documents.rs index 1eda6ce69..91a4542b5 100644 --- a/examples/deleting_updating_documents.rs +++ b/examples/deleting_updating_documents.rs @@ -90,7 +90,7 @@ fn main() -> tantivy::Result<()> { let frankenstein_isbn = Term::from_field_text(isbn, "978-9176370711"); - // Oops our frankenstein doc seems mispelled + // Oops our frankenstein doc seems misspelled let frankenstein_doc_misspelled = extract_doc_given_isbn(&reader, &frankenstein_isbn)?.unwrap(); assert_eq!( schema.to_json(&frankenstein_doc_misspelled),