diff --git a/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.20.0.rst b/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.20.0.rst index 2abf7b5d205..5edc6bb2ad1 100644 --- a/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.20.0.rst +++ b/docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.20.0.rst @@ -178,7 +178,7 @@ Deprecated APIs C/C++ """"" -* The :code:`NonThrowing` class (:code:`semmle.code.cpp.models.interfaces.NonThrowing`) has been deprecated. Please use the :code:`NonCppThrowingFunction` class instead. +* The :code:`NonThrowingFunction` class (:code:`semmle.code.cpp.models.interfaces.NonThrowing.NonThrowingFunction`) has been deprecated. Please use the :code:`NonCppThrowingFunction` class instead. Shared Libraries ----------------