aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/setups/osc94.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mingling/src/setups/osc94.rs')
-rw-r--r--mingling/src/setups/osc94.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mingling/src/setups/osc94.rs b/mingling/src/setups/osc94.rs
index 2f9a319..548005a 100644
--- a/mingling/src/setups/osc94.rs
+++ b/mingling/src/setups/osc94.rs
@@ -34,7 +34,7 @@ use crate::res::OSC94;
/// # Notes
///
/// - The support state is determined at setup time and stored in the resource store.
-/// - Use [`OSC94Message`] to construct and send progress notification messages.
+/// - Use `OSC94Message` to construct and send progress notification messages.
pub struct OSC94Setup;
impl<C> ProgramSetup<C> for OSC94Setup