Skip to content

Commit 4b7d8aa

Browse files
committed
[FAB-9260] Remove trailing whitespace in docs rst files
Git whines about trailing whitespace in text files, so remove that from a small number of docs/source/*.rst files. That includes making sure blank lines are truly empty lines, not just lines with nothing but blanks. Change-Id: I8a2c095e92af8d0777818d743cdacd2f044be6b4 Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
1 parent ea9f533 commit 4b7d8aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/arch-deep-dive.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ More formally, state ``s`` is modeled as an element of a mapping
9999
next version number.
100100

101101
Both ``V`` and ``N`` contain a special element |falsum| (empty type), which is
102-
in case of ``N`` the lowest element. Initially all keys are mapped to
102+
in case of ``N`` the lowest element. Initially all keys are mapped to
103103
(|falsum|, |falsum|). For ``s(k)=(v,ver)`` we denote ``v`` by ``s(k).value``,
104104
and ``ver`` by ``s(k).version``.
105105

docs/source/chaincode4ade.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ the endorsing peer process. Chaincode initializes and manages the ledger state
1111
through transactions submitted by applications.
1212

1313
A chaincode typically handles business logic agreed to by members of the
14-
network, so it similar to a "smart contract". A chaincode can be invoked to update or query
15-
the ledger in a proposal transaction. Given the appropriate permission, a chaincode
16-
may invoke another chaincode, either in the same channel or in different channels, to access its state.
14+
network, so it similar to a "smart contract". A chaincode can be invoked to update or query
15+
the ledger in a proposal transaction. Given the appropriate permission, a chaincode
16+
may invoke another chaincode, either in the same channel or in different channels, to access its state.
1717
Note that, if the called chaincode is on a different channel from the calling chaincode,
1818
only read query is allowed. That is, the called chaincode on a different channel is only a `Query`,
1919
which does not participate in state validation checks in subsequent commit phase.

0 commit comments

Comments
 (0)