Skip to content

Commit af87ec5

Browse files
committed
typo
1 parent 675985a commit af87ec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/audio.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fn spawn_audio_system(
5858
audio: Res<Audio>,
5959
) {
6060
if events.len() > 1 {
61-
warn!("Multiple illustration are requested, ignoring previous ones");
61+
warn!("Multiple audios are requested, ignoring previous ones");
6262
}
6363

6464
// TODO: error handling

src/tab/game/illustration.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn spawn_illustration_system(
4242
query: Query<&Illustration>,
4343
) {
4444
if events.len() > 1 {
45-
warn!("Multiple illustration are requested, ignoring previous ones");
45+
warn!("Multiple illustrations are requested, ignoring previous ones");
4646
}
4747

4848
if let Some(event) = events.read().last() {

0 commit comments

Comments
 (0)