Skip to content

Commit 1ee861b

Browse files
Update clang-tools-extra/docs/clang-tidy/checks/bugprone/exception-escape.rst
Co-authored-by: EugeneZelenko <[email protected]>
1 parent fb25544 commit 1ee861b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/bugprone/exception-escape.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Options
5757

5858
.. option:: CheckedSwapFunctions
5959

60-
Comma separated list of swap function names which should not throw exceptions.
60+
Comma-separated list of swap function names which should not throw exceptions.
6161
Default value is `swap,iter_swap,iter_move`.
6262

6363
.. option:: FunctionsThatShouldNotThrow

0 commit comments

Comments
 (0)