diff --git a/docs/latest/Functions-(Loading-Sound-Assets).md b/docs/latest/Functions-(Loading-Sound-Assets).md index 2778033..fd265da 100644 --- a/docs/latest/Functions-(Loading-Sound-Assets).md +++ b/docs/latest/Functions-(Loading-Sound-Assets).md @@ -52,4 +52,4 @@ Sets up an audio file on disk to be streamed. This is immediately converted into ?> Audio loaded by this function must be an [.ogg file](https://en.wikipedia.org/wiki/Ogg). Please note that this function returns a sound instance ID (rather than a static sound ID). -!> It is not recommended to try to stream the same .ogg file twice. \ No newline at end of file +!> It is not recommended to try to stream the same .ogg file twice at the same time. \ No newline at end of file