mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #329 from guanqun/patch-2
[docs]: change unsupported underscore to star
This commit is contained in:
commit
306245113d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user