File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Polkadot
142142~~~~~~~~
143143
144144uint128 ``block.minimum_deposit ``
145- The minimum amonut needed to create a contract. This does not include
145+ The minimum amount needed to create a contract. This does not include
146146 storage rent.
147147
148148Ethereum
Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ named arguments and returns.
416416 keccak256 calculation.
417417
418418If you access a non-existing field on a mapping, all the fields will read as zero. It
419- is common practise to have a boolean field called ``exists ``. Since mappings are not iterable,
419+ is common practice to have a boolean field called ``exists ``. Since mappings are not iterable,
420420it is not possible to ``delete `` an entire mapping itself, but individual mapping entries can be deleted.
421421
422422.. note ::
You can’t perform that action at this time.
0 commit comments