Skip to content

Commit e25fcd8

Browse files
bstrieJohnTitor
andauthored
Update src/special-types-and-traits.md
Co-authored-by: Yuki Okushi <[email protected]>
1 parent f6889fc commit e25fcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/special-types-and-traits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For unions, this means all variants have to be `Copy`.
7171
* [Arrays] of `Copy` types
7272
* [Function pointers]
7373
* [Function items]
74-
* [Closures] that capture no values or that only capture values of `Copy` types.
74+
* [Closures] that capture no values or that only capture values of `Copy` types
7575

7676
## `Clone`
7777

0 commit comments

Comments
 (0)