Skip to content

Commit ed6d376

Browse files
committed
fix doc
1 parent 708317b commit ed6d376

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 x is still used via y
3131
}
3232

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

3636

3737
Options

0 commit comments

Comments
 (0)