Skip to content

Commit e1b65a9

Browse files
committed
small fix
Signed-off-by: 11happy <[email protected]>
1 parent 89be4ba commit e1b65a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/readability/ConditionalToStdMinMax.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ After:
2323

2424
.. code-block:: c++
2525

26-
int main(){
26+
void foo(){
2727
a = std::max(a, b);
2828

2929
}

0 commit comments

Comments
 (0)