We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a462bbe commit 29ebebeCopy full SHA for 29ebebe
clang-tools-extra/docs/clang-tidy/checks/abseil/cleanup-ctad.rst
@@ -4,7 +4,7 @@ abseil-cleanup-ctad
4
===================
5
6
Suggests switching the initialization pattern of ``absl::Cleanup``
7
-instances from the factor function to class template argument
+instances from the factory function to class template argument
8
deduction (CTAD), in C++17 and higher.
9
10
.. code-block:: c++
0 commit comments