Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Commit 503914a

Browse files
committed
Added missing >
1 parent 89ef6e7 commit 503914a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/functions-and-methods/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ it becomes.
5757
Prefer
5858

5959
```rust
60-
fn foo<T: Iterator<int>(c: T) { ... }
60+
fn foo<T: Iterator<int>>(c: T) { ... }
6161
```
6262

6363
over any of

0 commit comments

Comments
 (0)