diff --git a/content/docs/macros/MV_OMIT_FUNCTION.md b/content/docs/macros/MV_OMIT_FUNCTION.md index 899cfb8..71e5a98 100644 --- a/content/docs/macros/MV_OMIT_FUNCTION.md +++ b/content/docs/macros/MV_OMIT_FUNCTION.md @@ -22,8 +22,6 @@ end) donMangleMe() -for i = 1, 10 do - local a = MV_OMIT("plaintext string") - print(a .. "im obfuscated") -end +local a = MV_OMIT("plaintext string") +print(a .. "im obfuscated") ``` \ No newline at end of file