Skip to content

Commit fd263cc

Browse files
authored
Merge pull request #679 from ccotter/patch-1
Fix minor typo
2 parents d43de31 + 9b07879 commit fd263cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAINTAINERS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ as `N::S<A,B,C>::T` does _not_ inherit the associated entities of `A`,
4242
4343
Stdexec provides some utilities that bundle up that technique, but it
4444
requires certain rules to be followed to get the full benefit. Rather
45-
that defining a sender adaptor as:
45+
than defining a sender adaptor as:
4646
4747
```c++
4848
template <class Sender, class Arg>

0 commit comments

Comments
 (0)