From 1ab7f660a48e1fcd039e701e93db1a14cead1184 Mon Sep 17 00:00:00 2001 From: lyj Date: Thu, 2 Jul 2020 14:11:38 +0800 Subject: [PATCH] Update index.rs (#846) --- src/core/index.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/index.rs b/src/core/index.rs index 7897ac996..b21dbc8f1 100644 --- a/src/core/index.rs +++ b/src/core/index.rs @@ -283,7 +283,7 @@ impl Index { TantivyError::LockFailure( err, Some( - "Failed to acquire index lock. If you are using\ + "Failed to acquire index lock. If you are using \ a regular directory, this means there is already an \ `IndexWriter` working on this `Directory`, in this process \ or in a different process."