Skip to content

Commit

Permalink
[Doc] change the null to nil in Lua code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
mistricky authored Jul 4, 2024
1 parent 6367c2d commit ddea195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
})
```

Expand Down

0 comments on commit ddea195

Please sign in to comment.