Skip to content

Commit

Permalink
Fix doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Nov 3, 2024
1 parent 7a24b38 commit 42e474c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input_context/context_instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ impl ActionBind {
/// # use bevy_enhanced_input::prelude::*;
/// # let mut ctx = ContextInstance::default();
/// ctx.bind::<Jump>()
/// .with(InputBind::new(KeyCode::Space).with_condition(Down::default()));
/// .with(InputBind::new(KeyCode::Space).with_condition(Release::default()));
/// # #[derive(Debug, InputAction)]
/// # #[input_action(dim = Bool)]
/// # struct Jump;
Expand Down

0 comments on commit 42e474c

Please sign in to comment.