From c121dc341035946e91a78ec10c763c473892408e Mon Sep 17 00:00:00 2001 From: Stevoisiak Date: Thu, 14 Jan 2021 13:58:55 -0500 Subject: [PATCH] Contributing.md: Code comment for do-while sample --- Contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributing.md b/Contributing.md index 2bcfeafcfd..b11bc3b748 100644 --- a/Contributing.md +++ b/Contributing.md @@ -203,6 +203,7 @@ Summary: ```c++ do { + // code } while (false); ```