Skip to content

Commit

Permalink
add missing closing angle bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Dec 15, 2023
1 parent cffa423 commit cfea51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6058,7 +6058,7 @@ template<class Domain, class Tag, sender Sndr, class... Args>

<pre highlight="c++">
template&lt;>
struct <i>impls-for</i>&lt;tag_t&lt;schedule_from_t> : <i>default-impls</i> {
struct <i>impls-for</i>&lt;tag_t&lt;schedule_from_t>> : <i>default-impls</i> {
static constexpr auto <i>get-attrs</i> = <i>see below</i>;
static constexpr auto <i>get-state</i> = <i>see below</i>;
static constexpr auto <i>complete</i> = <i>see below</i>;
Expand Down

0 comments on commit cfea51c

Please sign in to comment.