its downscroll now instead of donwscroll
This commit is contained in:
David Short 2021-05-08 10:07:42 -07:00 committed by GitHub
parent 6e2fe46553
commit 03711f143b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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