Skip to content

Commit 31c4462

Browse files
authored
Merge pull request bemanproject#74 from beman-project/neatudarius-docs-tweaks
Update typos in README after repo renaming
2 parents e1da48d + adb8bb6 commit 31c4462

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
SPDX-License-Identifier: 2.0 license with LLVM exceptions
55
-->
66

7-
![CI Tests](https://github.com/beman-project/Optional26/actions/workflows/ci.yml/badge.svg)
7+
![CI Tests](https://github.com/beman-project/optional26/actions/workflows/ci.yml/badge.svg)
88

99
This repository implements `std::optional` extensions targeting C++26. The `beman.optional26` library aims to evaluate
1010
the stability, the usability, and the performance of these proposed changes before they are officially adopted by WG21
@@ -88,7 +88,7 @@ The next code snippet shows optional reference support added in [`std::optional<
8888
(P2988R5)](https://wg21.link/P2988R5):
8989

9090
```cpp
91-
#include <Beman/Optional26/optional.hpp>
91+
#include <beman/optional26/optional.hpp>
9292
...
9393

9494
{
@@ -209,7 +209,7 @@ $ cmake -G "Ninja Multi-Config" \
209209
-B .build -S .
210210
-- The CXX compiler identification is Clang 19.0.0
211211
...
212-
-- Build files have been written to: /path/to/Optional26/.build
212+
-- Build files have been written to: /path/to/optional26/.build
213213

214214
# Build.
215215
$ cmake --build .build --config Asan --target all -- -k 0
@@ -218,8 +218,8 @@ $ cmake --build .build --config Asan --target all -- -k 0
218218

219219
# Run tests.
220220
$ ctest --build-config Asan --output-on-failure --test-dir .build
221-
Internal ctest changing into directory: /path/to/Optional26/.build
222-
Test project /path/to/Optional26/.build
221+
Internal ctest changing into directory: /path/to/optional26/.build
222+
Test project /path/to/optional26/.build
223223
...
224224
100% tests passed, 0 tests failed out of 82
225225

@@ -239,7 +239,7 @@ $ cmake -G "Ninja Multi-Config" \
239239
-B .build -S .
240240
-- The CXX compiler identification is Clang 19.0.0
241241
...
242-
-- Build files have been written to: /path/to/Optional26/.build
242+
-- Build files have been written to: /path/to/optional26/.build
243243

244244
# Build.
245245
$ cmake --build .build --config Asan --target all -- -k 0

0 commit comments

Comments
 (0)