From cf414f777f618c75d12abd4b4cf09842573d509c Mon Sep 17 00:00:00 2001
From: brevven <53156066+brevven@users.noreply.github.com>
Date: Sun, 12 Jan 2025 02:44:01 -0800
Subject: [PATCH] Fix typo in AudioStreamSynchronized.xml
Fix a typo ("being" -> "begin")
Context:
>The streams begin at exactly the same time when play is pressed
---
.../interactive_music/doc_classes/AudioStreamSynchronized.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/interactive_music/doc_classes/AudioStreamSynchronized.xml b/modules/interactive_music/doc_classes/AudioStreamSynchronized.xml
index 5353dc73764..e554eaeb5a1 100644
--- a/modules/interactive_music/doc_classes/AudioStreamSynchronized.xml
+++ b/modules/interactive_music/doc_classes/AudioStreamSynchronized.xml
@@ -4,7 +4,7 @@
Stream that can be fitted with sub-streams, which will be played in-sync.
- This is a stream that can be fitted with sub-streams, which will be played in-sync. The streams being at exactly the same time when play is pressed, and will end when the last of them ends. If one of the sub-streams loops, then playback will continue.
+ This is a stream that can be fitted with sub-streams, which will be played in-sync. The streams begin at exactly the same time when play is pressed, and will end when the last of them ends. If one of the sub-streams loops, then playback will continue.