From 95c2ca096573adcda822b6d8377efbd39177e159 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sun, 23 Jun 2024 14:56:31 +0200 Subject: [PATCH] Fix mixed indentation in regex documentation comment --- types/regex.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/regex.luau b/types/regex.luau index e148c73..59756f3 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")