From 6c3cfa991e401b7a94788ed75a7572ce26187286 Mon Sep 17 00:00:00 2001 From: rimuy <46044567+rimuy@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:50:53 -0300 Subject: [PATCH] Fix lint --- src/LuauAST/impl/globals.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LuauAST/impl/globals.ts b/src/LuauAST/impl/globals.ts index d9daebf..b10a1d8 100644 --- a/src/LuauAST/impl/globals.ts +++ b/src/LuauAST/impl/globals.ts @@ -59,9 +59,9 @@ export const globals = { }, utf8: { char: luau.property(UTF8_ID, "char"), - charpattern: luau.property(UTF8_ID, "charpattern"), + charpattern: luau.property(UTF8_ID, "charpattern"), codepoint: luau.property(UTF8_ID, "codepoint"), - codes: luau.property(UTF8_ID, "codes"), + codes: luau.property(UTF8_ID, "codes"), len: luau.property(UTF8_ID, "len"), offset: luau.property(UTF8_ID, "offset"), },