Skip to content

Commit 1ca12ce

Browse files
fix typo
1 parent 96e0333 commit 1ca12ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/beman/execution/detail/bulk.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ struct completion_signatures_for_impl<
8686
basic_sender<::beman::execution::detail::bulk_t, ::beman::execution::detail::product_type<Shape, f>, Sender>,
8787
Env> {
8888

89-
// Creates a completion signature for set_value_t`
89+
// Creates a completion signature for set_value_t
9090
template <class... Args>
9191
using make_value_completions =
9292
::beman::execution::completion_signatures<::beman::execution::set_value_t(const std::decay_t<Args>&...)>;
@@ -97,7 +97,7 @@ struct completion_signatures_for_impl<
9797
::beman::execution::completion_signatures<::beman::execution::set_error_t(const std::decay_t<Args>&)...>;
9898

9999
// Retrieves the value completion signatures from the Sender using Env,
100-
// then applies `make_value_completions` to format them and merges all signatures.
100+
// then applies make_value_completions to format them and merges all signatures.
101101
using value_completions = ::beman::execution::
102102
value_types_of_t<Sender, Env, make_value_completions, ::beman::execution::detail::meta::combine>;
103103

0 commit comments

Comments
 (0)