1
0
Fork 0

[Doc] change the `null` to `nil` in Lua code snippet (#113)

main
The Mist 2024-07-04 02:23:29 -04:00 committed by GitHub
parent 6367c2d41b
commit 48aa5497b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ CodeSnap allows you to customize the padding of background using `bg_x_padding`,
require("codesnap").setup({
bg_x_padding = 122,
bg_y_padding = 82,
bg_padding = null
bg_padding = nil
})
```