Skip to content

Commit 60fe5c6

Browse files
committed
fix error message
1 parent 7694af9 commit 60fe5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text_search/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ fn delete_document(
425425
return Err(Error::new(
426426
ErrorKind::Other,
427427
format!(
428-
"Unable to commit text search index at {:?} -> {}",
428+
"Unable to delete document from text search index at {:?} -> {}",
429429
index_path, e
430430
),
431431
));

0 commit comments

Comments
 (0)