From 18e683d0b9f833b3e1b168846eebf20d2b66c586 Mon Sep 17 00:00:00 2001 From: torph <73564623+Torphedo@users.noreply.github.com> Date: Sun, 8 Feb 2026 02:34:41 -0500 Subject: [PATCH] [raudio] Fix wave export example name in comments --- examples/audio/audio_wave_export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/audio/audio_wave_export.c b/examples/audio/audio_wave_export.c index 3bb9e641a..65d4505f0 100644 --- a/examples/audio/audio_wave_export.c +++ b/examples/audio/audio_wave_export.c @@ -1,6 +1,6 @@ /******************************************************************************************* * -* raylib [audio] example - sound loading +* raylib [audio] example - sound export * * Example complexity rating: [★☆☆☆] 1/4 *