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

This commit is contained in:
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

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
})
```