CanftIn 5 years ago
parent
commit
8254a9edfd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ReadMe.md

+ 1 - 1
ReadMe.md

@@ -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(