From b7d126bf993405e08f9ac4b6eb5438392b9f7474 Mon Sep 17 00:00:00 2001 From: Mactavsin <69454747+Mactavsin@users.noreply.github.com> Date: Fri, 12 Aug 2022 17:14:38 +0300 Subject: [PATCH] Fix lint.md formatting (#637) This pull requests fixes a mistake in lint.md file that causes incorrect formatting of the text: --- docs/_pages/lint.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/_pages/lint.md b/docs/_pages/lint.md index fd3c595..681a275 100644 --- a/docs/_pages/lint.md +++ b/docs/_pages/lint.md @@ -326,7 +326,6 @@ Luau uses comments that start from `!` to control certain aspects of analysis, f --!nostrict -- Unknown comment directive 'nostrict'; did you mean 'nonstrict'?" ``` -``` ## IntegerParsing (27)