aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristian Pamidov <chrispam1509@gmail.com>2017-10-28 19:48:57 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-10-28 19:48:57 +0800
commitf9b240096f1c92de88ad10fa7c6c9101ecd9eba5 (patch)
tree5c1090b88b364e812fb3a295bde5cf8621a95e7c /docs
parent1e085f85de1b3c389d3580db444cbe55cfaa754e (diff)
downloaddexon-solidity-f9b240096f1c92de88ad10fa7c6c9101ecd9eba5.tar
dexon-solidity-f9b240096f1c92de88ad10fa7c6c9101ecd9eba5.tar.gz
dexon-solidity-f9b240096f1c92de88ad10fa7c6c9101ecd9eba5.tar.bz2
dexon-solidity-f9b240096f1c92de88ad10fa7c6c9101ecd9eba5.tar.lz
dexon-solidity-f9b240096f1c92de88ad10fa7c6c9101ecd9eba5.tar.xz
dexon-solidity-f9b240096f1c92de88ad10fa7c6c9101ecd9eba5.tar.zst
dexon-solidity-f9b240096f1c92de88ad10fa7c6c9101ecd9eba5.zip
Fixed typos (#3139)
Diffstat (limited to 'docs')
-rw-r--r--docs/style-guide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/style-guide.rst b/docs/style-guide.rst
index 66fae0c4..a438b3d0 100644
--- a/docs/style-guide.rst
+++ b/docs/style-guide.rst
@@ -25,7 +25,7 @@ solidity code. The goal of this guide is *consistency*. A quote from python's
captures this concept well.
A style guide is about consistency. Consistency with this style guide is important. Consistency within a project is more important. Consistency within one module or function is most important.
- But most importantly: know when to be inconsistent -- sometimes the style guide just doesn't apply. When in doubt, use your best judgment. Look at other examples and decide what looks best. And don't hesitate to ask!
+ But most importantly: know when to be inconsistent -- sometimes the style guide just doesn't apply. When in doubt, use your best judgement. Look at other examples and decide what looks best. And don't hesitate to ask!
***********
@@ -223,7 +223,7 @@ Whitespace in Expressions
Avoid extraneous whitespace in the following situations:
-Immediately inside parenthesis, brackets or braces, with the exception of single-line function declarations.
+Immediately inside parenthesis, brackets or braces, with the exception of single line function declarations.
Yes::