Skip to content

Commit a975209

Browse files
committed
Fix malformed sentence Endorsement policies doc
In the Endorsement policies doc there is a sentence that is malformed. Change-Id: Id0209a5dd62a52387d813704f3f4ee4321926800 Signed-off-by: Yacov Manevich <[email protected]>
1 parent bdba196 commit a975209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/endorsement-policies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ principals or gates; this gate essentially captures the expectation that out of
2525
`n` principals or gates, `t` are requested to be satisfied.
2626

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

0 commit comments

Comments
 (0)