Skip to content

Commit 097d3e6

Browse files
Legend-Mastermrquantumoff
authored andcommitted
docs(store): fix outdated fn link (tauri-apps#3220)
1 parent c46bbbd commit 097d3e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/store/src/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ impl<R: Runtime> Store<R> {
528528
/// - This method loads the data and merges it with the current store,
529529
/// this behavior will be changed to resetting to default first and then merging with the on-disk state in v3,
530530
/// to fully match the store with the on-disk state,
531-
/// use [`reload_override_defaults`](Self::reload_override_defaults) instead
531+
/// use [`reload_ignore_defaults`](Self::reload_ignore_defaults) instead
532532
/// - This method does not emit change events
533533
pub fn reload(&self) -> crate::Result<()> {
534534
self.store.lock().unwrap().load()

0 commit comments

Comments
 (0)