Skip to content

Commit bb7d65c

Browse files
authored
Merge pull request #394 from petertodd/2018-08-fix-typo
Fix typo
2 parents bca50f2 + fc5717e commit bb7d65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ let foo_ptr_2 = if want_i32 {
343343
```
344344

345345
All function items implement [`Fn`], [`FnMut`], [`FnOnce`], [`Copy`],
346-
[`Clone]`, [`Send`], and [`Sync`].
346+
[`Clone`], [`Send`], and [`Sync`].
347347

348348
## Function pointer types
349349

0 commit comments

Comments
 (0)