Skip to content

Commit a28e900

Browse files
authored
Merge pull request #889 from Sakkana/main
docs: fix typo
2 parents 9f11add + 5382083 commit a28e900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09_Constant/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ address constant CONSTANT_ADDRESS = 0x0000000000000000000000000000000000000000;
4444
``` solidity
4545
// immutable变量可以在constructor里初始化,之后不能改变
4646
uint256 public immutable IMMUTABLE_NUM = 9999999999;
47-
// 在`Solidity v8.0.21`以后,下列变量数值暂为初始值
47+
// 在`Solidity v0.8.21`以后,下列变量数值暂为初始值
4848
address public immutable IMMUTABLE_ADDRESS;
4949
uint256 public immutable IMMUTABLE_BLOCK;
5050
uint256 public immutable IMMUTABLE_TEST;

0 commit comments

Comments
 (0)