From 76e7f67f3a3c5f0c72495b99d898bd4d331dd6eb Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 27 Apr 2022 15:16:52 +0200 Subject: [PATCH] Add missing backtick --- src/plugin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin.rs b/src/plugin.rs index 6fd2c52c..03172427 100644 --- a/src/plugin.rs +++ b/src/plugin.rs @@ -169,7 +169,7 @@ pub trait Vst3Plugin: Plugin { /// /// This will be shuffled into a different byte order on Windows for project-compatibility. const VST3_CLASS_ID: [u8; 16]; - /// One or more categories, separated by pipe characters (`|), up to 127 characters. Anything + /// One or more categories, separated by pipe characters (`|`), up to 127 characters. Anything /// logner than that will be truncated. See the VST3 SDK for examples of common categories: /// const VST3_CATEGORIES: &'static str;