Skip to content

Commit ec93e1d

Browse files
Updated the Doxygen Fenced Code Blocks from c++ to cpp in docs/intro-examples.md to ensure proper syntax highlighting for C++ code.
1 parent 97630d3 commit ec93e1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/intro-examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The componentes for `std::execution` are declared in the header
2121
cmponents in namespace `beman::execution` declared in the header
2222
`<beman/execution/execution.hpp>`:
2323

24-
```c++
24+
```cpp
2525
#include <beman/execution/execution.hpp>
2626
#include <iostream>
2727
#include <string>
@@ -40,7 +40,7 @@ to point out unusual parts like the use of custom components.
4040
4141
All interesting work happens in the `main` function:
4242
43-
```c++
43+
```cpp
4444
int main()
4545
{
4646
auto[result] = ex::sync_wait(

0 commit comments

Comments
 (0)