Skip to content

Commit 57184c6

Browse files
authored
Merge pull request #2878 from corob-msft/cr-ru-switch
Remove "C++" from no-loc metadata
2 parents 78916a7 + e7544fe commit 57184c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)