Skip to content

Commit 62bbfbb

Browse files
Update clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/missing-std-forward.rst
Co-authored-by: EugeneZelenko <[email protected]>
1 parent 65fd4ab commit 62bbfbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/missing-std-forward.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ Options
4040

4141
.. option:: ForwardFunction
4242

43-
Specify the function used for forwarding.
44-
Default is `::std::forward`.
43+
Specify the function used for forwarding. Default is `::std::forward`.
4544

4645
This check implements `F.19
4746
<http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rf-forward>`_

0 commit comments

Comments
 (0)