Skip to content

Commit b262d37

Browse files
author
mikeblome
committed
fixed title to conform to toc
1 parent 52a9e34 commit b262d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cpp/import-export-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ helpviewer_keywords: ["modules [C++]", "modules [C++], import", "modules [C++],
66
ms.description: Use the import statement to access types and functions defined in the specified module.
77
---
88

9-
# import, export, module
9+
# module, import, export
1010

11-
The **import**, **export** and **module** keywords are available in C++20 and require the `/experimental:modules` compiler switch along with `/std:c++latest`. For more information, see [Overview of modules in C++](modules-cpp.md).
11+
The **module**, **import**, and **export** keywords are available in C++20 and require the `/experimental:modules` compiler switch along with `/std:c++latest`. For more information, see [Overview of modules in C++](modules-cpp.md).
1212

1313
## module
1414

0 commit comments

Comments
 (0)