From 719708cb89412366f2de628ed613ec1e153757f1 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Tue, 21 Mar 2023 11:40:35 +0000 Subject: [PATCH] Fix typo --- .../codeql-language-guides/analyzing-data-flow-in-cpp-new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-language-guides/analyzing-data-flow-in-cpp-new.rst b/docs/codeql/codeql-language-guides/analyzing-data-flow-in-cpp-new.rst index 00e15acef2a..911c930458e 100644 --- a/docs/codeql/codeql-language-guides/analyzing-data-flow-in-cpp-new.rst +++ b/docs/codeql/codeql-language-guides/analyzing-data-flow-in-cpp-new.rst @@ -2,7 +2,7 @@ .. pull-quote:: Note - The data flow library described here is available from CodeQL 2.12.5 onwards. For information on the previous version of the library, see :ref:`Analyzing data flow in C and C++ ` for the library available in earlier versions. + The data flow library described here is available from CodeQL 2.12.5 onwards. For information on the previous version of the library, see :ref:`Analyzing data flow in C and C++ `. Analyzing data flow in C and C++ (new) ======================================