Fixed typo.

This commit is contained in:
Thorsten Eckel 2017-12-20 14:21:49 +01:00
parent 12a63ac17f
commit 8a2e117995

View file

@ -12,7 +12,7 @@ class Sequencer
def process def process
state.provide(:statistics_diff) do state.provide(:statistics_diff) do
# remove :sum since it's already set via # remove :sum since it's already set via
# the exchange item attribte # the exchange item attribute
result = diff.except(:sum) result = diff.except(:sum)
# build structure for a general diff # build structure for a general diff