Skip to content

Commit

Permalink
comment fix for function ContainerInfoRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
carmark committed Dec 2, 2015
1 parent 017b8b2 commit e36fc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info/v1/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (self ContainerReferenceSlice) Len() int { return len(self) }
func (self ContainerReferenceSlice) Swap(i, j int) { self[i], self[j] = self[j], self[i] }
func (self ContainerReferenceSlice) Less(i, j int) bool { return self[i].Name < self[j].Name }

// ContainerInfoQuery is used when users check a container info from the REST api.
// ContainerInfoRequest is used when users check a container info from the REST API.
// It specifies how much data users want to get about a container
type ContainerInfoRequest struct {
// Max number of stats to return. Specify -1 for all stats currently available.
Expand Down

0 comments on commit e36fc90

Please sign in to comment.