From 5bb7820f5dfc1ede2bdaee647a305585fb868890 Mon Sep 17 00:00:00 2001 From: Andrius Dagys Date: Wed, 21 Sep 2016 14:42:20 +0100 Subject: [PATCH] Api doc typo fix --- core/src/main/kotlin/com/r3corda/core/contracts/Structures.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/kotlin/com/r3corda/core/contracts/Structures.kt b/core/src/main/kotlin/com/r3corda/core/contracts/Structures.kt index 5dc1a033f8..ef692ea20d 100644 --- a/core/src/main/kotlin/com/r3corda/core/contracts/Structures.kt +++ b/core/src/main/kotlin/com/r3corda/core/contracts/Structures.kt @@ -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. *