From 11eff398a03879a954c4ddc65d5bb1a1fd8b96cb Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Wed, 29 Jun 2016 16:58:09 +0100 Subject: [PATCH] Minor: Typo (classfiles -> class files) --- 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 66ffcb817c..c68e0012d4 100644 --- a/core/src/main/kotlin/com/r3corda/core/contracts/Structures.kt +++ b/core/src/main/kotlin/com/r3corda/core/contracts/Structures.kt @@ -57,7 +57,7 @@ interface ContractState { * is a miniature file system in which each file can be precisely mapped to the defining attachment. * * Attachments may contain many things (data files, legal documents, etc) but mostly they contain JVM bytecode. - * The classfiles inside define not only [Contract] implementations but also the classes that define the states. + * The class files inside define not only [Contract] implementations but also the classes that define the states. * Within the rest of a transaction, user-providable components are referenced by name only. * * This means that a smart contract in Corda does two things: