diff options
author | Al <80943867+al-ias@users.noreply.github.com> | 2022-07-22 19:38:42 +0200 |
---|---|---|
committer | Al <80943867+al-ias@users.noreply.github.com> | 2022-07-22 19:38:42 +0200 |
commit | d4447658a5bd005c17e5e0e822e64fe2eb0dc305 (patch) | |
tree | 78e9d44a0edb5ec20f923b4217f1c9f0dfce26e1 | |
parent | 5de5021f8946d6c5450995d02cc0c8472eab3bb0 (diff) |
Fix functions and more index
-rw-r--r-- | solidity.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solidity.html.markdown b/solidity.html.markdown index c52d2002..1942c42a 100644 --- a/solidity.html.markdown +++ b/solidity.html.markdown @@ -388,7 +388,7 @@ block.gasLimit(); storage['abc'] = 'def'; // maps 256 bit words to 256 bit words -// 4. FUNCTIONS AND MORE +// 5. FUNCTIONS AND MORE // A. Functions // Simple function function increment(uint x) returns (uint) { |