Skip to content

Commit c5af012

Browse files
Merge pull request MicrosoftDocs#1364 from hyoshioka0128/patch-1
Typo "Hello, world"→"Hello, World!"
2 parents 6461e6b + 0d7a3e2 commit c5af012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/walkthrough-adding-a-d2d-object-to-an-mfc-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.assetid: dda36c33-c231-4da6-a62f-72d69a12b6dd
66
---
77
# Walkthrough: Adding a D2D Object to an MFC Project
88

9-
This walkthrough teaches how to add a basic Direct2D (D2D) object to a Visual C++, Microsoft Foundation Class Library (MFC) project, and then build the project into an application that prints "Hello, world" on a gradient background.
9+
This walkthrough teaches how to add a basic Direct2D (D2D) object to a Visual C++, Microsoft Foundation Class Library (MFC) project, and then build the project into an application that prints "Hello, World!" on a gradient background.
1010

1111
The walkthrough shows how to accomplish these tasks:
1212

0 commit comments

Comments
 (0)