Skip to content

Commit

Permalink
Merge branch 'master' into fix-doc-build
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Aug 23, 2024
2 parents d5ea559 + 57ffea0 commit ab45bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -832,8 +832,8 @@ struct Ticker<'a> {
///
/// States a ticker can be in:
/// 1) Woken.
/// 2a) Sleeping and unnotified.
/// 2b) Sleeping and notified.
/// 2a) Sleeping and unnotified.
/// 2b) Sleeping and notified.
sleeping: usize,
}

Expand Down

0 comments on commit ab45bb7

Please sign in to comment.