mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add clarification of state variables
This commit is contained in:
parent
804ea43782
commit
98349929cd
@ -21,7 +21,8 @@ which serves to provide a quick overview.
|
||||
State Variables
|
||||
===============
|
||||
|
||||
State variables are values which are permanently stored in contract storage.
|
||||
State variables are variables whose values are permanently stored in contract
|
||||
storage.
|
||||
|
||||
::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user