Skip to content

Commit 8db9e27

Browse files
author
Stjepan Glavina
committed
Add missing closing brace
1 parent 4158f90 commit 8db9e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

text/0000-scoped-threads.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ impl Builder {
176176
where
177177
F: FnOnce(&Scope<'a>) -> T + Send + 'a,
178178
T: Send + 'a;
179+
}
179180
```
180181

181182
Note that this interface is a bit simpler than the one in Crossbeam

0 commit comments

Comments
 (0)