Skip to content

Commit 8048bed

Browse files
authored
Update README
1 parent 167b51c commit 8048bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Full runable examples can be found in `examples/` - please check [./examples/REA
6161
The next code snippet shows optional range support added in [Give *std::optional* Range Support(P3168R2)](https://wg21.link/P3168R2):
6262

6363
```cpp
64-
#include <Beman/Optional26/optional.hpp>
64+
#include <beman/optional26/optional.hpp>
6565
...
6666

6767
// Example from P3168R2: basic range loop over C++26 optional.

0 commit comments

Comments
 (0)