fix Time::pause docs (missing "not") (#7807)
# Objective Time pausing does *not* affect `raw_*`. ## Solution - add missing word "not"
This commit is contained in:
parent
e27e04a4a7
commit
d1a1f90902
@ -405,7 +405,7 @@ impl Time {
|
|||||||
|
|
||||||
/// Stops the clock, preventing it from advancing until resumed.
|
/// Stops the clock, preventing it from advancing until resumed.
|
||||||
///
|
///
|
||||||
/// **Note:** This does affect the `raw_*` measurements.
|
/// **Note:** This does not affect the `raw_*` measurements.
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn pause(&mut self) {
|
pub fn pause(&mut self) {
|
||||||
self.paused = true;
|
self.paused = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user