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. 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>(