Skip to content

Commit 0c83ed7

Browse files
committed
Add title case to meta
1 parent cc41959 commit 0c83ed7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/build/walkthrough-compile-a-c-program-on-the-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Compile a C program on the command line"
3-
description: "Learn how to create a basic, C program by using a text editor, and then compile it by using the command line."
3+
description: "Learn How to Create a Basic, C Program by Using a Text Editor, and Then Compile it by Using the Command Line."
44
ms.custom: tutorial
55
ms.date: 03/17/2025
66
helpviewer_keywords: ["command-line applications [C++], C programs", "Visual C, compiling", "compiling programs [C++]", "C program compiling [C++]"]

docs/build/walkthrough-creating-and-using-a-dynamic-link-library-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Create and use your own dynamic-link library (C++)"
3-
description: "Learn how to use C++ to create a Windows dynamic-link library (DLL) in Visual Studio."
3+
description: "Learn How to Use C++ to Create a Windows Dynamic-Link Library (DLL) in Visual Studio."
44
ms.topic: tutorial
55
ms.date: 03/17/2025
66
helpviewer_keywords: ["libraries [C++], DLLs", "DLLs [C++], walkthroughs"]

docs/windows/walkthrough-creating-windows-desktop-applications-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Create a traditional Windows desktop application (C++)"
3-
description: "Learn how to create a minimal, traditional Windows desktop application using Visual Studio, C++, and the Win32 API."
3+
description: "Learn How to Create a Minimal, Traditional Windows Desktop Application using Visual Studio, C++, and the Win32 API."
44
ms.custom: "get-started-article"
55
ms.topic: tutorial
66
ms.date: 03/17/2025

0 commit comments

Comments
 (0)