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

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xichen2020 committed Mar 20, 2018
1 parent 872e871 commit ec3f7c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ import (
"github.com/m3db/m3metrics/policy"
)

var (
// DefaultStagedMetadata represents a default staged metadata.
DefaultStagedMetadata StagedMetadata
)

// Metadata represents the metadata associated with a metric.
type Metadata struct {
// List of aggregation types.
Expand Down Expand Up @@ -69,7 +74,7 @@ type StagedMetadata struct {
}

// StagedMetadatas contains a list of staged metadatas.
type StagedMetadatas []StagedMetadatas
type StagedMetadatas []StagedMetadata

// IsDefault determines whether the list of staged metadata is a default list.
func (sms StagedMetadatas) IsDefault() bool {
Expand Down

0 comments on commit ec3f7c9

Please sign in to comment.