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/1535>
This commit is contained in:
parent
ddff075fb8
commit
4a5d62311e
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ impl Percent {
|
|||
}
|
||||
|
||||
// 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]
|
||||
#[inline]
|
||||
pub fn ppm(&self) -> u32 {
|
||||
|
|
Loading…
Reference in a new issue