diff --git a/crates/bevy_input/src/mouse.rs b/crates/bevy_input/src/mouse.rs index 4eb34c6187..2e9b98602c 100644 --- a/crates/bevy_input/src/mouse.rs +++ b/crates/bevy_input/src/mouse.rs @@ -20,7 +20,7 @@ use bevy_reflect::{ReflectDeserialize, ReflectSerialize}; /// ## Usage /// /// The event is read inside of the [`mouse_button_input_system`] -/// to update the [`Input`](ButtonInput) resource. +/// to update the [`ButtonInput`] resource. #[derive(Event, Debug, Clone, Copy, PartialEq, Eq, Reflect)] #[reflect(Debug, PartialEq)] #[cfg_attr(