Skip to content

Commit

Permalink
Fix malformed sentence Endorsement policies doc
Browse files Browse the repository at this point in the history
In the Endorsement policies doc there is a sentence that is malformed.

Change-Id: Id0209a5dd62a52387d813704f3f4ee4321926800
Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
  • Loading branch information
yacovm committed Feb 5, 2017
1 parent bdba196 commit a975209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/endorsement-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ principals or gates; this gate essentially captures the expectation that out of
`n` principals or gates, `t` are requested to be satisfied.

For example:
- `T(2, 'A', 'B', 'C')` requests at 1 signature from any 2 of the principals `A`, `B` or `C`;
- `T(2, 'A', 'B', 'C')` requests a signature from any 2 principals out of 'A', 'B' or 'C';
- `T(1, 'A', T(2, 'B', 'C'))` requests either one signature from principal `A` or 1 signature
from `B` and `C` each.

Expand Down

0 comments on commit a975209

Please sign in to comment.