Skip to content

Commit e7544fe

Browse files
author
Colin Robertson
committed
Remove "C++" from no-loc metadata
1 parent 78916a7 commit e7544fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cpp/switch-statement-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Reference to the Standard C++ switch statement in Microsoft Visual
44
ms.date: "04/25/2020"
55
f1_keywords: ["default_cpp", "switch_cpp", "case_cpp"]
66
helpviewer_keywords: ["switch keyword [C++]", "case keyword [C++], in switch statements", "default keyword [C++]"]
7-
no-loc: [switch, case, default, break, while, C++, opt]
7+
no-loc: [switch, case, default, break, while, opt]
88
ms.assetid: 6c3f3ed3-5593-463c-8f4b-b33742b455c6
99
---
1010
# `switch` statement (C++)

0 commit comments

Comments
 (0)