gst: Fix range in Percent::ppm doc

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1533>
This commit is contained in:
Jan Alexander Steffens (heftig) 2024-09-18 17:26:07 +02:00
parent 73544718b4
commit 90f9406377

View file

@ -346,7 +346,7 @@ impl Percent {
} }
// rustdoc-stripper-ignore-next // rustdoc-stripper-ignore-next
/// The per million value in the range [0, 100000]. /// The per million value in the range [0, 1_000_000].
#[track_caller] #[track_caller]
#[inline] #[inline]
pub fn ppm(&self) -> u32 { pub fn ppm(&self) -> u32 {