Merge pull request #5320 from lazaridiscom/patch-1

add missing "p"
This commit is contained in:
chriseth 2018-10-28 12:28:44 +01:00 committed by GitHub
commit 9a58e71b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@ for (auto i = x->begin(); i != x->end(); ++i) {}
```
No:
```cp
```cpp
const double d = 0;
int i, j;
char *s;