mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Fix mixed indentation in regex documentation comment
This commit is contained in:
parent
5167a71e6f
commit
95c2ca0965
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ export type Regex = typeof(Regex)
|
|||
### Example usage
|
||||
|
||||
```lua
|
||||
local Regex = require("@lune/regex")
|
||||
local Regex = require("@lune/regex")
|
||||
|
||||
local re = Regex.new("hello")
|
||||
|
||||
|
|
Loading…
Reference in a new issue