Contributing.md: Code comment for do-while sample

This commit is contained in:
Stevoisiak 2021-01-14 13:58:55 -05:00 committed by GitHub
parent 7fdd4afd9c
commit c121dc3410
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);
```