Skip to content

Commit 570c1da

Browse files
Fix typos: 'amonut' to 'amount' and 'practise' to 'practice' in documentation
Signed-off-by: Pratyksh <pratykshgupta9999@gmail.com>
1 parent 71f0aa3 commit 570c1da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/language/builtins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Polkadot
142142
~~~~~~~~
143143

144144
uint128 ``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

148148
Ethereum

docs/language/types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ named arguments and returns.
416416
keccak256 calculation.
417417

418418
If 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,
420420
it is not possible to ``delete`` an entire mapping itself, but individual mapping entries can be deleted.
421421

422422
.. note::

0 commit comments

Comments
 (0)