Fix functions and more index

This commit is contained in:
Al 2022-07-22 19:38:42 +02:00
parent 5de5021f89
commit d4447658a5

View File

@ -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) {