Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CanftIn authored Apr 10, 2020
1 parent bd45953 commit 8254a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2290,7 +2290,7 @@ functionName (
```C++
template <
typename T,
typenname U = typename vector<T>::iterator // 1
typename U = typename vector<T>::iterator // 1
>
typename vector<T>::value_type // 1
foo(
Expand Down

0 comments on commit 8254a9e

Please sign in to comment.