Skip to content

Commit dcd8e82

Browse files
Corrected a typo.
1 parent b044bb6 commit dcd8e82

File tree

1 file changed

+1
-1
lines changed
  • onixlabs-corda-identity-framework-contract/src/main/kotlin/io/onixlabs/corda/identityframework/contract/accounts

1 file changed

+1
-1
lines changed

onixlabs-corda-identity-framework-contract/src/main/kotlin/io/onixlabs/corda/identityframework/contract/accounts/Account.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import java.util.*
3333
*
3434
* @property owner The owner of the account.
3535
* @property linearId The unique identifier of the account.
36-
* @property participants THe participants of this account; namely the owner.
36+
* @property participants The participants of this account; namely the owner.
3737
*/
3838
@BelongsToContract(AccountContract::class)
3939
open class Account(

0 commit comments

Comments
 (0)