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 cfde685 commit 89273e9Copy full SHA for 89273e9
clang-tools-extra/docs/clang-tidy/checks/bugprone/crtp-constructor-accessibility.rst
@@ -9,7 +9,7 @@ can be constructed outside itself and the derived class.
9
The CRTP is an idiom, in which a class derives from a template class, where
10
itself is the template argument. It should be ensured that if a class is
11
intended to be a base class in this idiom, it can only be instantiated if
12
-the derived class is it's template argument.
+the derived class is its template argument.
13
14
Example:
15
0 commit comments