summary refs log tree commit diff stats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2022-04-24 22:49:19 -0300
committerSoniEx2 <endermoneymod@gmail.com>2022-04-24 22:49:19 -0300
commitf9f854aa51e384358d935740bd64cf4f6d3057c5 (patch)
tree93de4e642927eb91b8ffe48ae2538f41f7dec60a /src/lib.rs
parent57a2600df03db82fbb61cc258093ec6bf6345107 (diff)
Fix doc
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
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),