Skip to content

Commit

Permalink
Improve comment for aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jul 2, 2017
1 parent e10bd98 commit 9894480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/vega-lite-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4933,7 +4933,7 @@
"type": "array"
},
"summarize": {
"description": "Array of objects that contains aggregate information for the transform.",
"description": "Array of objects that each define an aggregation.",
"items": {
"$ref": "#/definitions/Summarize"
},
Expand Down
2 changes: 1 addition & 1 deletion src/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface TimeUnitTransform {

export interface SummarizeTransform {
/**
* Array of objects that contains aggregate information for the transform.
* Array of objects that each define an aggregation.
*/
summarize: Summarize[];

Expand Down

0 comments on commit 9894480

Please sign in to comment.