Skip to content

Commit eebd25b

Browse files
Update tutorial-import-stl-named-module.md (#4429)
* Update tutorial-import-stl-named-module.md The Title of the document doesn't reveal that this procedure is only for a command line case. Suggest altering the titles to reflect this and improve clarity for readers searching for module documentation. * Update tutorial-import-stl-named-module.md Changed the capitalization at Microsoft's request.
1 parent bc381a6 commit eebd25b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cpp/tutorial-import-stl-named-module.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: "Tutorial: Import the standard library (STL) using modules (C++)"
2+
title: "Tutorial: Import the standard library (STL) using modules from the command line (C++)"
33
ms.date: 12/02/2022
44
ms.topic: "tutorial"
55
author: "tylermsft"
66
ms.author: "twhitney"
77
helpviewer_keywords: ["modules [C++]", "modules [C++]", "named modules [C++], import standard library (STL) using named modules"]
88
description: Learn how to import the C++ standard library (STL) using modules
99
---
10-
# Tutorial: Import the C++ standard library using modules
10+
# Tutorial: Import the C++ standard library using modules from the Command Line
1111

1212
Learn how to import the C++ standard library using C++ library modules. This is significantly faster to compile and more robust than using header files or header units or precompiled headers (PCH).
1313

@@ -224,4 +224,4 @@ In this tutorial, you've imported the standard library using modules. Next, lear
224224
[Compare header units, modules, and precompiled headers](../build/compare-inclusion-methods.md)\
225225
[Overview of modules in C++](modules-cpp.md)\
226226
[A Tour of C++ Modules in Visual Studio](https://devblogs.microsoft.com/cppblog/a-tour-of-cpp-modules-in-visual-studio)\
227-
[Moving a project to C++ named Modules](https://devblogs.microsoft.com/cppblog/moving-a-project-to-cpp-named-modules)
227+
[Moving a project to C++ named Modules](https://devblogs.microsoft.com/cppblog/moving-a-project-to-cpp-named-modules)

0 commit comments

Comments
 (0)