Skip to content

Commit 06cd23b

Browse files
committed
FAB-16573 Removed duplicate "of"
Signed-off-by: Paritosh Ranjan <paranjan@in.ibm.com> Change-Id: I1c367bec31727d3ef8867efc8504cd1945fd20db
1 parent 538bc88 commit 06cd23b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/smartcontract/smartcontract.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ the development of smart contracts, and is not normally necessary. Changes to
327327
system chaincodes must be handled with extreme care as they are fundamental to
328328
the correct functioning of a Hyperledger Fabric network. For example, if a
329329
system chaincode is not developed correctly, one peer node may update its copy
330-
of the world state or blockchain differently to another peer node. This lack of
331-
of consensus is one form of a **ledger fork**, a very undesirable situation.
330+
of the world state or blockchain differently compared to another peer node. This
331+
lack of consensus is one form of a **ledger fork**, a very undesirable situation.
332332

333333
<!--- Licensed under Creative Commons Attribution 4.0 International License
334334
https://creativecommons.org/licenses/by/4.0/ -->

0 commit comments

Comments
 (0)