Skip to content

Commit 33aeee4

Browse files
Update clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/rvalue-reference-param-not-moved.rst
Co-authored-by: EugeneZelenko <[email protected]>
1 parent 07873f2 commit 33aeee4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/rvalue-reference-param-not-moved.rst

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

8282
.. option:: MoveFunction
8383

84-
Specify the function used for moving.
85-
Default is `::std::move`.
84+
Specify the function used for moving. Default is `::std::move`.
8685

8786
This check implements `F.18
8887
<http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#f18-for-will-move-from-parameters-pass-by-x-and-stdmove-the-parameter>`_

0 commit comments

Comments
 (0)