aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLu Guanqun <guanqun.lu@gmail.com>2015-12-30 13:46:05 +0800
committerLu Guanqun <guanqun.lu@gmail.com>2015-12-30 13:46:05 +0800
commite213d7f25b300e66cfb6e4e1a3d84625edd341a1 (patch)
tree59f2808b70aded0e4ff075079d679ced1e266e26
parent6b711d0527823ff6287fe869579260bb27feacdd (diff)
downloaddexon-solidity-e213d7f25b300e66cfb6e4e1a3d84625edd341a1.tar
dexon-solidity-e213d7f25b300e66cfb6e4e1a3d84625edd341a1.tar.gz
dexon-solidity-e213d7f25b300e66cfb6e4e1a3d84625edd341a1.tar.bz2
dexon-solidity-e213d7f25b300e66cfb6e4e1a3d84625edd341a1.tar.lz
dexon-solidity-e213d7f25b300e66cfb6e4e1a3d84625edd341a1.tar.xz
dexon-solidity-e213d7f25b300e66cfb6e4e1a3d84625edd341a1.tar.zst
dexon-solidity-e213d7f25b300e66cfb6e4e1a3d84625edd341a1.zip
[docs]: change unsupported underscore to start
highlight "not"
-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