Skip to content

Commit 89273e9

Browse files
authored
[NFC][clang-tidy][docs] Fix spelling error for bugprone-crtp-constructor-accessibility (#139307)
1 parent cfde685 commit 89273e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/bugprone/crtp-constructor-accessibility.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ can be constructed outside itself and the derived class.
99
The CRTP is an idiom, in which a class derives from a template class, where
1010
itself is the template argument. It should be ensured that if a class is
1111
intended to be a base class in this idiom, it can only be instantiated if
12-
the derived class is it's template argument.
12+
the derived class is its template argument.
1313

1414
Example:
1515

0 commit comments

Comments
 (0)