Missed some spots

This commit is contained in:
Tim Blackbird 2025-07-12 15:50:08 +02:00
parent bfe02c31b6
commit e91d6e41d7
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ use {
/// # Example
///
/// ```
/// use bevy_ecs::event::{BufferedEvent, Event, Events};
/// use bevy_ecs::event::{BufferedEvent, Events};
///
/// #[derive(BufferedEvent)]
/// struct MyEvent {

View File

@ -60,7 +60,7 @@ pub mod world;
pub use bevy_ptr as ptr;
#[cfg(feature = "hotpatching")]
use event::{BufferedEvent, Event};
use event::BufferedEvent;
/// The ECS prelude.
///