fix: Another Comma missing

This commit is contained in:
qoup 2026-04-27 14:47:53 +02:00 committed by GitHub
parent 782a501c7c
commit 037731986f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,7 +124,7 @@ activating mod) and the `r` flag, e.g.:
```lua
-- bind `exec amongus` to SUPER + ALT.
hl.bind("ALT + ALT_L" hl.dsp.exec_cmd("amongus"), { release = true })
hl.bind("ALT + ALT_L", hl.dsp.exec_cmd("amongus"), { release = true })
```
### Mouse wheel