From 5300cb5da0e38ef39faa66e36d5e2726945a24aa Mon Sep 17 00:00:00 2001 From: lyj Date: Wed, 1 Jul 2020 09:25:26 +0800 Subject: [PATCH] Update mod.rs (#845) --- src/reader/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reader/mod.rs b/src/reader/mod.rs index 6e3133fa9..575999a9a 100644 --- a/src/reader/mod.rs +++ b/src/reader/mod.rs @@ -22,7 +22,7 @@ pub enum ReloadPolicy { /// The index is entirely reloaded manually. /// All updates of the index should be manual. /// - /// No change is reflected automatically. You are required to call `.load_seacher()` manually. + /// No change is reflected automatically. You are required to call `IndexReader::reload()` manually. Manual, /// The index is reloaded within milliseconds after a new commit is available. /// This is made possible by watching changes in the `meta.json` file.