This repository was archived by the owner on Jul 7, 2022. It is now read-only.
Commit a1f12b8
authored
Fix syntax error in example (#26)
One of the examples missed a trailing comma. The syntax error would result in
the error:
```
E5112: Error while creating lua chunk: init.lua:6: '}' expected (to close '{' at line 1) near 'enabled'
```1 parent 6ca3a47 commit a1f12b8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments