aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-10-28 19:28:44 +0800
committerGitHub <noreply@github.com>2018-10-28 19:28:44 +0800
commit9a58e71b9e4b573b08834aa4ae81ffc4252ef68f (patch)
tree37c339a2c237ff14bbca78acc2d1bfa6dfc2f5b0
parentc84003533f3e8511481db3d9b0dfc7f2a9d9564e (diff)
parentccda086f1c1a0844630e8fbaf46a8d8a94003355 (diff)
downloaddexon-solidity-9a58e71b9e4b573b08834aa4ae81ffc4252ef68f.tar
dexon-solidity-9a58e71b9e4b573b08834aa4ae81ffc4252ef68f.tar.gz
dexon-solidity-9a58e71b9e4b573b08834aa4ae81ffc4252ef68f.tar.bz2
dexon-solidity-9a58e71b9e4b573b08834aa4ae81ffc4252ef68f.tar.lz
dexon-solidity-9a58e71b9e4b573b08834aa4ae81ffc4252ef68f.tar.xz
dexon-solidity-9a58e71b9e4b573b08834aa4ae81ffc4252ef68f.tar.zst
dexon-solidity-9a58e71b9e4b573b08834aa4ae81ffc4252ef68f.zip
Merge pull request #5320 from lazaridiscom/patch-1
add missing "p"
-rw-r--r--CODING_STYLE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_STYLE.md b/CODING_STYLE.md
index 8101db0c..a0fe9864 100644
--- a/CODING_STYLE.md
+++ b/CODING_STYLE.md
@@ -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;