Skip to content

Commit 5cc445a

Browse files
committed
dependent over dependable
1 parent 081c84f commit 5cc445a

File tree

1 file changed

+2
-2
lines changed
  • src/main/kotlin/com/lambda/interaction/construction/simulation

1 file changed

+2
-2
lines changed

src/main/kotlin/com/lambda/interaction/construction/simulation/Results.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ interface Results<T : BuildResult> {
2929
concurrentResults.add(
3030
dependencyStack
3131
.asReversed()
32-
.fold(result) { acc, dependable ->
33-
with(dependable) { dependentUpon(acc) }
32+
.fold(result) { acc, dependent ->
33+
with(dependent) { dependentUpon(acc) }
3434
}
3535
)
3636
}

0 commit comments

Comments
 (0)