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