mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-28 16:29:34 +08:00
docs: fix typos and grammar (#1055)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
@page cpp20-modules C++20 Modules
|
||||
|
||||
coucou
|
||||
|
||||
> [!WARNING]
|
||||
> This feature is still in development, and the API may change in future releases.
|
||||
@@ -8,10 +7,10 @@ coucou
|
||||
> of C++20 modules in FTXUI. If you encounter any issues or have suggestions,
|
||||
> please open an issue.
|
||||
|
||||
FTXUI provides an experimental support for [C++20
|
||||
modules](https://en.cppreference.com/w/cpp/language/modules) to improve
|
||||
compilation times and code organization. The existing API has a module
|
||||
corresponding to each header.
|
||||
FTXUI experimentally supports
|
||||
[C++20 modules](https://en.cppreference.com/w/cpp/language/modules) to reduce
|
||||
compilation times and improve code organization. Each header has a
|
||||
corresponding module.
|
||||
|
||||
**Example with CMake and Ninja**
|
||||
|
||||
|
Reference in New Issue
Block a user