Skip to content

Commit 1f49aae

Browse files
authored
Merge pull request #1022 from mikew1/patch-1
Typo
2 parents 05f0dfe + bde44c7 commit 1f49aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

09smart-contracts-security.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2224,7 +2224,7 @@ bug can be found in http://bit.ly/2Q1AMA6[“History of Ethereum Security V
22242224
exactly how this is done and the default types for local variables of
22252225
functions is highly recommended when developing contracts. This is
22262226
because it is possible to produce vulnerable contracts by
2227-
inappropriately intializing variables.
2227+
inappropriately initializing variables.
22282228

22292229
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].
22302230

0 commit comments

Comments
 (0)