Fix mixed indentation in regex documentation comment

This commit is contained in:
Filip Tibell 2024-06-23 14:56:31 +02:00
parent 5167a71e6f
commit 95c2ca0965
No known key found for this signature in database

View file

@ -180,7 +180,7 @@ export type Regex = typeof(Regex)
### Example usage ### Example usage
```lua ```lua
local Regex = require("@lune/regex") local Regex = require("@lune/regex")
local re = Regex.new("hello") local re = Regex.new("hello")