Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Add periods
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Wang committed Oct 14, 2017
1 parent d000902 commit aef1150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions policy/aggregation_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const (

aggregationTypesSeparator = ","

// aggregation id uses an array of int64 to represent aggregation types
// aggregation id uses an array of int64 to represent aggregation types.
aggIDBitShift = 6
aggIDBitMask = 63
)
Expand All @@ -85,7 +85,7 @@ var (
// DefaultAggregationID is a default AggregationID.
DefaultAggregationID AggregationID

// ValidAggregationTypes is the list of all the valid aggregation types
// ValidAggregationTypes is the list of all the valid aggregation types.
ValidAggregationTypes = map[AggregationType]struct{}{
Last: emptyStruct,
Min: emptyStruct,
Expand Down

0 comments on commit aef1150

Please sign in to comment.