Skip to content

Commit 4fbde58

Browse files
authored
stop_token/stoppable-source: fix typo
1 parent b8e603c commit 4fbde58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/stop_token/stoppable-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* cpp26[meta cpp]
66

77
```cpp
8-
mplate<class Source>
8+
template<class Source>
99
concept stoppable-source =
1010
requires (Source& src, const Source csrc) {
1111
{ csrc.get_token() } -> stoppable_token;

0 commit comments

Comments
 (0)