diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-04-24 22:49:19 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-04-24 22:49:19 -0300 |
commit | f9f854aa51e384358d935740bd64cf4f6d3057c5 (patch) | |
tree | 93de4e642927eb91b8ffe48ae2538f41f7dec60a /src/lib.rs | |
parent | 57a2600df03db82fbb61cc258093ec6bf6345107 (diff) |
Fix doc
Diffstat (limited to 'src/lib.rs')
-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), |