Skip to content

Commit f16b3b9

Browse files
committed
Fix typo
1 parent e8729de commit f16b3b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/scala/com/high-performance-spark-examples/transformations/SmartAggregations.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class SmartAggregations {
5252
//seqOp adds the relevant values to the array
5353
seqOp = (reportCardMetrics, reportCardText) =>
5454
MetricsCalculator_Arrays.sequenceOp(reportCardMetrics, reportCardText),
55-
//combo defines how the arrays should be combinewd
55+
//combo defines how the arrays should be combined
5656
combOp = (x, y) => MetricsCalculator_Arrays.compOp(x, y))
5757
.mapValues(MetricsCalculator_Arrays.toReportCardMetrics)
5858
}
@@ -204,5 +204,3 @@ object CollectionRoutines{
204204
}
205205
//end::fasterSeqOp[]
206206
}
207-
208-

0 commit comments

Comments
 (0)