Merge pull request #9442 from Stevoisiak/patch-1

Contributing.md: Code comment for do-while sample
This commit is contained in:
LC 2021-01-14 18:45:00 -05:00 committed by GitHub
commit 8f67a1961f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -203,6 +203,7 @@ Summary:
```c++
do
{
// code
} while (false);
```