From de6bf685852513f79fbe981e613297b4c157b705 Mon Sep 17 00:00:00 2001 From: Tony <68118705+Legend-Master@users.noreply.github.com> Date: Mon, 19 Jan 2026 19:21:55 +0800 Subject: [PATCH] docs(store): fix outdated fn link (#3220) --- plugins/store/src/store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/store/src/store.rs b/plugins/store/src/store.rs index 8d86fb04..a6b5febd 100644 --- a/plugins/store/src/store.rs +++ b/plugins/store/src/store.rs @@ -528,7 +528,7 @@ impl Store { /// - This method loads the data and merges it with the current store, /// this behavior will be changed to resetting to default first and then merging with the on-disk state in v3, /// to fully match the store with the on-disk state, - /// use [`reload_override_defaults`](Self::reload_override_defaults) instead + /// use [`reload_ignore_defaults`](Self::reload_ignore_defaults) instead /// - This method does not emit change events pub fn reload(&self) -> crate::Result<()> { self.store.lock().unwrap().load()