Skip to content

Commit 48715ff

Browse files
committed
Merge pull request godotengine#101459 from brevven/patch-2
Docs: Fix typo in `AudioStreamSynchronized`
2 parents 2f6a18f + cf414f7 commit 48715ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/interactive_music/doc_classes/AudioStreamSynchronized.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Stream that can be fitted with sub-streams, which will be played in-sync.
55
</brief_description>
66
<description>
7-
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.
7+
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.
88
</description>
99
<tutorials>
1010
</tutorials>

0 commit comments

Comments
 (0)