Skip to content

Commit 8f2c2d0

Browse files
committed
small documentation fix
1 parent 2a7b326 commit 8f2c2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/bugprone/misleading-setter-of-reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ bugprone-misleading-setter-of-reference
66
Finds setter-like member functions that take a pointer parameter and set a
77
(non-const) reference member of the same class with the pointed value.
88

9-
The factthat a setter function takes a pointer might cause the belief that an
9+
The fact that a setter function takes a pointer might cause the belief that an
1010
internal reference (if it would be a pointer) is changed instead of the
1111
pointed-to (or referenced) value.
1212

0 commit comments

Comments
 (0)