Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Getting Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ To learn how to use the C++/WinRT library, browse the [Docs](./Docs) folder for

The [Header File Design](./Docs/Header%20File%20Design.md) document contains a great discussion of the architecture of and best practices for using the C++/WinRT header files.

For a discussion of the naming conventions used in the C++/WinRT library, read [Naming Conventions](./Docs/Naming Conventions.md).
For a discussion of the naming conventions used in the C++/WinRT library, read [Naming Conventions](./Docs/Naming%20Conventions.md).

Unlike C++/CX, with C++/WinRT you typically pass and receive familar C++ data types when calling WinRT APIs. More information is in [Using Standard C++ types with C++ WinRT](./Docs/Using%20Standard%20C++%20types%20with%20C++%20WinRT.md).

Expand Down