Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikew1 authored Apr 8, 2021
1 parent 05f0dfe commit bde44c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 09smart-contracts-security.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2224,7 +2224,7 @@ bug can be found in http://bit.ly/2Q1AMA6[“History of Ethereum Security V
exactly how this is done and the default types for local variables of
functions is highly recommended when developing contracts. This is
because it is possible to produce vulnerable contracts by
inappropriately intializing variables.
inappropriately initializing variables.

To read more about storage and memory in the EVM, see the Solidity documentation on http://bit.ly/2OdUU0l[data location], http://bit.ly/2JslDWf[layout of state variables in storage], and http://bit.ly/2Dch2Hc[layout in memory].

Expand Down

0 comments on commit bde44c7

Please sign in to comment.