Skip to content

Commit 4f62ad9

Browse files
committed
fix
1 parent ed6d376 commit 4f62ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ 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: `StrictMode`
33+
If you want to ignore assigns to reference variables, set :option:`StrictMode`
3434
to `true`.
3535

3636

0 commit comments

Comments
 (0)