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 d7614c4 + 2843961 commit 0b65ef8Copy full SHA for 0b65ef8
public/content/developers/tutorials/erc20-annotated-code/index.md
@@ -308,7 +308,7 @@ This line attaches the `SafeMath` library to the `uint256` type. You can find th
308
309
### Variable Definitions {#variable-definitions}
310
311
-These definitions specify the contract's state variables. There variables are declared `private`, but
+These definitions specify the contract's state variables. These variables are declared `private`, but
312
that only means that other contracts on the blockchain can't read them. _There are no
313
secrets on the blockchain_, the software on every node has the state of every contract
314
at every block. By convention, state variables are named `_<something>`.
0 commit comments