Skip to content

Commit 29ebebe

Browse files
committed
~
1 parent a462bbe commit 29ebebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/abseil/cleanup-ctad.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ abseil-cleanup-ctad
44
===================
55

66
Suggests switching the initialization pattern of ``absl::Cleanup``
7-
instances from the factor function to class template argument
7+
instances from the factory function to class template argument
88
deduction (CTAD), in C++17 and higher.
99

1010
.. code-block:: c++

0 commit comments

Comments
 (0)