mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +00:00
gst: Fix range in Percent::ppm doc
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1533>
This commit is contained in:
parent
73544718b4
commit
90f9406377
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue