We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b3e48e + 9c9538b commit ee5385bCopy full SHA for ee5385b
docs/cpp/tutorial-named-modules-cpp.md
@@ -304,7 +304,7 @@ Module implementation unit files have a *`.cpp`* extension. The basic outline of
304
// optional #include or import statements. These only apply to this file
305
// imports in the associated module's interface are automatically available to this file
306
307
-module [module-name] // required. Identifies which named module this implementation unit belongs to
+module [module-name]; // required. Identifies which named module this implementation unit belongs to
308
309
// implementation
310
```
0 commit comments