Skip to content

Commit 0b65ef8

Browse files
authored
Merge pull request #12211 from xersky/patch-4
Fixing typo
2 parents d7614c4 + 2843961 commit 0b65ef8

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/tutorials/erc20-annotated-code

1 file changed

+1
-1
lines changed

public/content/developers/tutorials/erc20-annotated-code/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ This line attaches the `SafeMath` library to the `uint256` type. You can find th
308308

309309
### Variable Definitions {#variable-definitions}
310310

311-
These definitions specify the contract's state variables. There variables are declared `private`, but
311+
These definitions specify the contract's state variables. These variables are declared `private`, but
312312
that only means that other contracts on the blockchain can't read them. _There are no
313313
secrets on the blockchain_, the software on every node has the state of every contract
314314
at every block. By convention, state variables are named `_<something>`.

0 commit comments

Comments
 (0)