Skip to content

Commit

Permalink
Misspelling of misspelled was fixed (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernard-zulzi authored Jun 14, 2021
1 parent 3901295 commit 9f32d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deleting_updating_documents.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 9f32d40

Please sign in to comment.