Skip to content

Commit

Permalink
Fix mixed indentation in regex documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jun 23, 2024
1 parent 5167a71 commit 95c2ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/regex.luau
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 95c2ca0

Please sign in to comment.