We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f11add + 5382083 commit a28e900Copy full SHA for a28e900
09_Constant/readme.md
@@ -44,7 +44,7 @@ address constant CONSTANT_ADDRESS = 0x0000000000000000000000000000000000000000;
44
``` solidity
45
// immutable变量可以在constructor里初始化,之后不能改变
46
uint256 public immutable IMMUTABLE_NUM = 9999999999;
47
-// 在`Solidity v8.0.21`以后,下列变量数值暂为初始值
+// 在`Solidity v0.8.21`以后,下列变量数值暂为初始值
48
address public immutable IMMUTABLE_ADDRESS;
49
uint256 public immutable IMMUTABLE_BLOCK;
50
uint256 public immutable IMMUTABLE_TEST;
0 commit comments