mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 20:54:39 +03:00
book: fix a minor typo (#97)
This commit is contained in:
@@ -779,7 +779,7 @@ int main() {
|
|||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
template <typename T, typename U>
|
template <typename T, typename U>
|
||||||
auto add(T t, U u) {
|
auto add(T t, U u) {
|
||||||
return t+u;
|
return t+u;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user