Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jun 17, 2024
1 parent 634541e commit b73042c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//! }
//!
//! # fn stop(mut events: EventWriter<AppExit>) {
//! # events.send(AppExit);
//! # events.send(AppExit::Success);
//! # }
//! ```
Expand Down Expand Up @@ -131,7 +131,7 @@ pub use instance::AudioInstanceAssetsExt;
/// }
///
/// # fn stop(mut events: EventWriter<AppExit>) {
/// # events.send(AppExit);
/// # events.send(AppExit::Success);
/// # }
/// ```
#[derive(Default)]
Expand Down

0 comments on commit b73042c

Please sign in to comment.