mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update contracts.rst
minor grammar and spelling corrections
This commit is contained in:
parent
34d714f758
commit
ac03a08bec
@ -4,11 +4,7 @@
|
|||||||
Contracts
|
Contracts
|
||||||
##########
|
##########
|
||||||
|
|
||||||
Contracts in Solidity what classes are in object oriented languages.
|
Contracts in Solidity are what classes are in object oriented languages. They contain persistent data in state variables and functions that can modify these variables. Calling a function on a different contract (instance) will perform an EVM function call and thus switch the context such that state variables are inaccessible.
|
||||||
They persistent data in state variables and functions that can modify these variables.
|
|
||||||
Calling a function on a different contract (instance) will perform an EVM
|
|
||||||
function call and thus switch the context such that state variables are
|
|
||||||
inaccessible.
|
|
||||||
|
|
||||||
.. index:: ! contract;creation
|
.. index:: ! contract;creation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user