Merge pull request #399 from SomeoneSom/patch-1

fix typo
This commit is contained in:
Puyo
2021-05-09 01:52:06 +02:00
committed by GitHub

View File

@ -16,7 +16,7 @@ Full Example
```lua
function start (song)
print("Song: " .. song .. " @ " .. bpm .. " donwscroll: " .. downscroll)
print("Song: " .. song .. " @ " .. bpm .. " downscroll: " .. downscroll)
end