Skip to content

Commit

Permalink
Docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-i-cecile authored Jun 6, 2023
1 parent a49d7f6 commit 3cb84fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/input_streams.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@ impl<'a> InputStreams<'a> {

/// Get the axis pair associated to the user input.
///
/// If `input` is a chord, returns result of the first dual axis on the lis.
/// If `input` is a chord, returns result of the first dual axis in the chord.
/// If `input` is not a [`DualAxis`](crate::axislike::DualAxis) or [`VirtualDPad`], returns [`None`].
///
/// # Warning
Expand Down

0 comments on commit 3cb84fd

Please sign in to comment.