aboutsummaryrefslogtreecommitdiffstats
path: root/docs/style-guide.rst
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-12-08 06:31:58 +0800
committerchriseth <c@ethdev.com>2015-12-08 06:35:39 +0800
commit92c789a89cdcdb9ef95303f0991e06a833483aaa (patch)
treefb26beda629c24ff2b36d4495af8c348c0cd4e09 /docs/style-guide.rst
parent99bb8a9740b3d8105b629c0f6e76557efb0b8620 (diff)
downloaddexon-solidity-92c789a89cdcdb9ef95303f0991e06a833483aaa.tar
dexon-solidity-92c789a89cdcdb9ef95303f0991e06a833483aaa.tar.gz
dexon-solidity-92c789a89cdcdb9ef95303f0991e06a833483aaa.tar.bz2
dexon-solidity-92c789a89cdcdb9ef95303f0991e06a833483aaa.tar.lz
dexon-solidity-92c789a89cdcdb9ef95303f0991e06a833483aaa.tar.xz
dexon-solidity-92c789a89cdcdb9ef95303f0991e06a833483aaa.tar.zst
dexon-solidity-92c789a89cdcdb9ef95303f0991e06a833483aaa.zip
Added some lost changes.
Diffstat (limited to 'docs/style-guide.rst')
-rw-r--r--docs/style-guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/style-guide.rst b/docs/style-guide.rst
index 0d7e900f..cd901e63 100644
--- a/docs/style-guide.rst
+++ b/docs/style-guide.rst
@@ -513,7 +513,7 @@ No::
x |= y&&z;
* Operators with a higher priority than others can exclude surrounding
- whitespace in order to denote precidence. This is meant to allow for
+ whitespace in order to denote precedence. This is meant to allow for
improved readability for complex statement. You should always use the same
amount of whitespace on either side of an operator: