Skip to content

Commit 777eacd

Browse files
committed
text changes
1 parent e8b2d48 commit 777eacd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/clang-tidy/checks/performance/lost-std-move.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Also it does notice variable references "behind the scenes":
3030
y.f(); // because is still used
3131
}
3232

33-
If you want to ignore assigns to reference variables, set ``StrictMode``
34-
to ``false``.
33+
If you want to ignore assigns to reference variables, set ::option::
34+
`StrictMode` to `false`.
3535

3636

3737
Options

0 commit comments

Comments
 (0)