From 1c04a472e6f0c4d1b103e05f7a9b9e4ac9c10242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dietmar=20K=C3=BChl?= Date: Wed, 14 May 2025 22:42:55 +0100 Subject: [PATCH 1/2] minor documentation fixes --- docs/contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index 73389a27..a99f5f25 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -3,7 +3,7 @@ # Contributing to `beman::execution` We welcome all constructive contributions! You will have something you -can contribute independent of your level expertise! +can contribute independent of your level of expertise! There is a huge range of contributions needed and welcome! Here is an incomplete list of starting points for contributions: @@ -21,7 +21,7 @@ incomplete list of starting points for contributions: * The layout of some pages related to the project can be improved. * Some behaviour of a component isn't tested or documented. * You found something which should be linked from the - [resources](https://github.com/bemanproject/execution/blob/main/docs/contributing.md) page. + [resources](https://github.com/bemanproject/execution/blob/main/docs/resources.md) page. * There are [pull requests](https://github.com/bemanproject/execution/pulls) which could be reviewed. * This very page or list is lacking something. From a1876aab5aaa8c7a8ff1e5d8becaa29320b53a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dietmar=20K=C3=BChl?= Date: Wed, 14 May 2025 22:45:11 +0100 Subject: [PATCH 2/2] remove stray ` --- docs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview.md b/docs/overview.md index c7a697ba..fe560f8e 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -161,7 +161,7 @@ static_assert(not std::execution::receiver_ofschedule operation yielding a sender with a value completion signal without parameters. The completion is on the respective execution context. Requirements for _Scheduler_: -- The type _Scheduler_::scheduler_concept is an alias for `scheduler_t` or a type derived thereof`. +- The type _Scheduler_::scheduler_concept is an alias for `scheduler_t` or a type derived thereof. - schedule(_scheduler_) -> sender - The value completion scheduler of the sender’s environment is the _scheduler_: _scheduler_ == std::execution::get_completion_scheduler<std::execution::set_value_t>(