From adb8bb6924e000bf129b1556429f2236476a1902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darius=20Nea=C8=9Bu?= Date: Sat, 9 Nov 2024 19:27:32 +0200 Subject: [PATCH] Update typos in README after repo renaming --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 833e7da..8eded71 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SPDX-License-Identifier: 2.0 license with LLVM exceptions --> -![CI Tests](https://github.com/beman-project/Optional26/actions/workflows/ci.yml/badge.svg) +![CI Tests](https://github.com/beman-project/optional26/actions/workflows/ci.yml/badge.svg) This repository implements `std::optional` extensions targeting C++26. The `beman.optional26` library aims to evaluate 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< (P2988R5)](https://wg21.link/P2988R5): ```cpp -#include +#include ... { @@ -209,7 +209,7 @@ $ cmake -G "Ninja Multi-Config" \ -B .build -S . -- The CXX compiler identification is Clang 19.0.0 ... --- Build files have been written to: /path/to/Optional26/.build +-- Build files have been written to: /path/to/optional26/.build # Build. $ cmake --build .build --config Asan --target all -- -k 0 @@ -218,8 +218,8 @@ $ cmake --build .build --config Asan --target all -- -k 0 # Run tests. $ ctest --build-config Asan --output-on-failure --test-dir .build -Internal ctest changing into directory: /path/to/Optional26/.build -Test project /path/to/Optional26/.build +Internal ctest changing into directory: /path/to/optional26/.build +Test project /path/to/optional26/.build ... 100% tests passed, 0 tests failed out of 82 @@ -239,7 +239,7 @@ $ cmake -G "Ninja Multi-Config" \ -B .build -S . -- The CXX compiler identification is Clang 19.0.0 ... --- Build files have been written to: /path/to/Optional26/.build +-- Build files have been written to: /path/to/optional26/.build # Build. $ cmake --build .build --config Asan --target all -- -k 0