aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-01-04 18:47:47 +0800
committerchriseth <c@ethdev.com>2016-01-04 18:47:47 +0800
commit306245113d9dd7e1e470b37920022793dd7a2e6d (patch)
tree136fef17b84503dc510e34cb2a42f91f90f8713f
parentcebd9bf23212b9c70df8b200f3f06661589d82ab (diff)
parente213d7f25b300e66cfb6e4e1a3d84625edd341a1 (diff)
downloaddexon-solidity-306245113d9dd7e1e470b37920022793dd7a2e6d.tar.gz
dexon-solidity-306245113d9dd7e1e470b37920022793dd7a2e6d.tar.zst
dexon-solidity-306245113d9dd7e1e470b37920022793dd7a2e6d.zip
Merge pull request #329 from guanqun/patch-2
[docs]: change unsupported underscore to star
-rw-r--r--docs/control-structures.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst
index 4f8d3b93..c833fbfc 100644
--- a/docs/control-structures.rst
+++ b/docs/control-structures.rst
@@ -16,7 +16,7 @@ Parentheses can *not* be omitted for conditionals, but curly brances can be omit
around single-statement bodies.
Note that there is no type conversion from non-boolean to boolean types as
-there is in C and JavaScript, so `if (1) { ... }` is _not_ valid Solidity.
+there is in C and JavaScript, so `if (1) { ... }` is *not* valid Solidity.
.. index:: ! function;call, function;internal, function;external