Skip to content

Commit be48cd2

Browse files
authored
Update web3-and-polkadot.md (#6404)
Making the first sentence a complete sentence. In the second sentence, improving the link to the previous one, and improving the grammar.
1 parent 39277c3 commit be48cd2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/general/web3-and-polkadot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ distributed state machines where increments of data are stored within blocks tha
7979
other using hash functions. For example, the hash of block `N + 1` contains data of that block
8080
together with the hash of the previous block `N`. This creates the situation where if you modify the
8181
content of block `N` you will change the hash of block `N + 1`, `N + 2`, etc. essentially breaking
82-
the chain. Although it can be possible to add an invalid block (a block with invalid transactions)
83-
or censor certain transactions, if the blockchain network is not sufficiently decentralized. In
84-
decentralized proof-of-stake blockchains like Polkadot such attacks are financially expensive, and
85-
attempting to do it can get you [slashed](../learn/learn-offenses.md).
82+
the chain. If a blockchain network is not sufficiently decentralized, it can be possible to add an
83+
invalid block (a block with invalid transactions) or to censor certain transactions. In decentralized
84+
proof-of-stake blockchains like Polkadot however, such attacks are financially expensive and
85+
attempting them can get you [slashed](../learn/learn-offenses.md).
8686

8787
So, with blockchain as a means of storing data and transactions permanently without an option to
8888
modify them, we can ensure what we cryptographically sign with our digital identity is set in stone

0 commit comments

Comments
 (0)