Skip to content

Commit

Permalink
fix: outdated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson137 committed Jan 23, 2024
1 parent 8bcba1f commit fd2ae43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/audio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ impl AudioCenter {
}
}

/// An audio event that may be sent to the [`AudioEvents`] resource.
/// An audio event that may be sent to the [`AudioCenter`] resource for
/// processing.
#[derive(Clone, Debug)]
pub enum AudioEvent {
/// Update the volume of all audios using the new values.
Expand Down

0 comments on commit fd2ae43

Please sign in to comment.