From adf01e76cdf004c0128a12828a4cb4e17093ef0a Mon Sep 17 00:00:00 2001 From: Marcono1234 Date: Thu, 7 Aug 2025 16:02:36 +0200 Subject: [PATCH] Doc: Fix link to `warnOnImplicitThis` GitHub docs --- docs/codeql/ql-language-reference/formulas.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/ql-language-reference/formulas.rst b/docs/codeql/ql-language-reference/formulas.rst index 8745217decc9..c17ba858ed7c 100644 --- a/docs/codeql/ql-language-reference/formulas.rst +++ b/docs/codeql/ql-language-reference/formulas.rst @@ -193,7 +193,7 @@ information on cartesian products, see ":ref:`Troubleshooting query performance `". It is possible to enable warnings about implicit this receivers for `CodeQL packs -`__ +`__ through the ``warnOnImplicitThis`` property. .. _parenthesized-formulas: