diff options
Diffstat (limited to 'src/window_size.rs')
| -rw-r--r-- | src/window_size.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window_size.rs b/src/window_size.rs index b3547d6..bfc3957 100644 --- a/src/window_size.rs +++ b/src/window_size.rs @@ -1,5 +1,5 @@ -/// The max value of the custom window size is u32::MAX. -/// That's because it's the maximum latency one can report. +/// The max value of the custom window size is `u32::MAX`. +/// This is because it's the maximum latency one can report to a CLAP host. #[derive(Debug, PartialEq)] pub enum WindowSize { Size128, |
