We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46bbbd commit 097d3e6Copy full SHA for 097d3e6
1 file changed
plugins/store/src/store.rs
@@ -528,7 +528,7 @@ impl<R: Runtime> Store<R> {
528
/// - This method loads the data and merges it with the current store,
529
/// this behavior will be changed to resetting to default first and then merging with the on-disk state in v3,
530
/// to fully match the store with the on-disk state,
531
- /// use [`reload_override_defaults`](Self::reload_override_defaults) instead
+ /// use [`reload_ignore_defaults`](Self::reload_ignore_defaults) instead
532
/// - This method does not emit change events
533
pub fn reload(&self) -> crate::Result<()> {
534
self.store.lock().unwrap().load()
0 commit comments