File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,10 @@ Standard C++ Named modules
2828In order to better understand the compiler's behavior, it is helpful to
2929understand some terms and definitions for readers who are not familiar with the
3030C++ feature. This document is not a tutorial on C++; it only introduces
31- necessary concepts to better understand use of modules in a project. Other
32- resources at `Wikipedia
33- <https://en.cppreference.com/w/cpp/language/modules.html> `_ and `cppreference
34- <https://en.wikipedia.org/wiki/Modules_(C++)> `_ can provide more background
35- information about modules if needed.
31+ necessary concepts to better understand use of modules in a project. Other
32+ resources at `Wikipedia<https://en.wikipedia.org/wiki/Modules_(C++)> `_ and
33+ `cppreference<https://en.cppreference.com/w/cpp/language/modules.html> `_ can
34+ provide more background information about modules if needed.
3635
3736Background and terminology
3837--------------------------
You can’t perform that action at this time.
0 commit comments