Skip to content

Commit f43e24f

Browse files
authored
Merge pull request #9731 from seunbayo/fix-glossary-pg
fix zero address content on glossary
2 parents 6332f85 + dab81cc commit f43e24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/glossary/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ The smallest denomination of [ether](#ether). 10<sup>18</sup> wei = 1 ether.
10991099

11001100
### zero address {#zero-address}
11011101

1102-
An Ethereum address, composed entirely of zeros, that is frequently used as a burn address for unwanted funds.
1102+
An Ethereum address, composed entirely of zeros, that is frequently used as an address to remove tokens from owned circulation. A distinction is drawn between tokens formally removed from a smart contract's index via the burn() method and those sent to this address.
11031103

11041104
### zero-knowledge proof {#zk-proof}
11051105

0 commit comments

Comments
 (0)