diff --git a/types/regex.luau b/types/regex.luau index e148c732..59756f37 100644 --- a/types/regex.luau +++ b/types/regex.luau @@ -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")