Skip to content

Commit c67ec58

Browse files
authored
Merge pull request MicrosoftDocs#1604 from MicrosoftDocs/mairaw-patch-1
fix metadata - ms.devlang
2 parents 48967d6 + a6b69b7 commit c67ec58

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/build/vscpp-step-0-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Install Visual Studio support for Visual C++"
44
ms.custom: "mvc"
55
ms.date: "11/19/2018"
66
ms.topic: "tutorial"
7-
ms.devlang: "C++"
7+
ms.devlang: "cpp"
88
ms.assetid: 45138d70-719d-42dc-90d7-1d0ca31a2f54
99
---
1010
# Install C++ support in Visual Studio

docs/build/vscpp-step-1-create.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Create a Hello World console app in Visual C++"
44
ms.custom: "mvc"
55
ms.date: 12/12/2017
66
ms.topic: "tutorial"
7-
ms.devlang: "C++"
7+
ms.devlang: "cpp"
88
ms.assetid: 45138d70-719d-42dc-90d7-1d0ca31a2f54
99
---
1010
# Create a C++ console app project
@@ -120,4 +120,4 @@ If red squiggles appear under anything in the source code editor, check that you
120120
121121
[Go back](#add-code-to-the-source-file).
122122
123-
<iframe src="" height="0" width="0" frameborder="0" name="frameTarget" />
123+
<iframe src="" height="0" width="0" frameborder="0" name="frameTarget" />

docs/build/vscpp-step-2-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Build and run a Hello World console app in Visual C++"
44
ms.custom: "mvc"
55
ms.date: 12/12/2017
66
ms.topic: "tutorial"
7-
ms.devlang: "C++"
7+
ms.devlang: "cpp"
88
ms.assetid: 45138d71-719d-42dc-90d7-1d0ca31a2f55
99
---
1010
# Build and run a C++ console app project

0 commit comments

Comments
 (0)