Api doc typo fix

This commit is contained in:
Andrius Dagys 2016-09-21 14:42:20 +01:00
parent 5382a253db
commit 5bb7820f5d

View File

@ -106,7 +106,7 @@ interface ContractState {
* A _participant_ is any party that is able to consume this state in a valid transaction.
*
* The list of participants is required for certain types of transactions. For example, when changing the notary
* for this state ([TransactionType.NotaryChange]), every participants has to be involved and approve the transaction
* for this state ([TransactionType.NotaryChange]), every participant has to be involved and approve the transaction
* so that they receive the updated state, and don't end up in a situation where they can no longer use a state
* they possess, since someone consumed that state during the notary change process.
*