Skip to content

Commit

Permalink
One last doc link plz
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice Cecile committed Jan 24, 2024
1 parent 40b6e29 commit b610af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub struct Timing {
pub instant_started: Option<Instant>,
/// The [`Duration`] for which the button has been pressed or released.
///
/// This begins at [`Duration::ZERO`] when [`ActionState::update`] is called.
/// This begins at [`Duration::ZERO`] when [`ActionState::update`](crate::action_state::ActionState::update) is called.
pub current_duration: Duration,
/// The [`Duration`] for which the button was pressed or released before the state last changed.
pub previous_duration: Duration,
Expand Down

0 comments on commit b610af8

Please sign in to comment.