Skip to content

Commit 71957ca

Browse files
authored
Minor typo in tutorial-named-modules-cpp#Summary
1 parent d3efeb7 commit 71957ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cpp/tutorial-named-modules-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Module partitions make it easier to logically factor a large module. They can be
365365

366366
## Summary
367367

368-
In this tutorial, you've been introduced t the basics of C++20 modules. You've created a primary module interface, defined a module partition, and built a module implementation file. These files factor the module and present an API to the files that import it.
368+
In this tutorial, you've been introduced to the basics of C++20 modules. You've created a primary module interface, defined a module partition, and built a module implementation file. These files factor the module and present an API to the files that import it.
369369

370370
## See also
371371

0 commit comments

Comments
 (0)