diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs index a7cdca9..e7db70b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -328,7 +328,7 @@ pub struct PluginHandle<'ph> { info: PluginInfo, } -/// A setting value, returned by [`PluginHandle::get_prefs`]. +/// A setting value, returned by [`ValidContext::get_prefs`]. #[derive(Clone, PartialEq, Eq, Hash, PartialOrd, Ord, Debug)] pub enum PrefValue { String(String), |