We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbabc5 commit 0a74581Copy full SHA for 0a74581
lib/csv-diff/csv_diff.rb
@@ -102,7 +102,7 @@ def summary
102
unless @summary
103
@summary = Hash.new{ |h, k| h[k] = 0 }
104
@diffs.each{ |k, v| @summary[v[:action]] += 1 }
105
- @summary['Warnings'] = warnings.size if warnings.size > 0
+ @summary['Warning'] = warnings.size if warnings.size > 0
106
end
107
@summary
108
0 commit comments