Skip to content

Commit

Permalink
event.go: fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: francisco souza <[email protected]>
  • Loading branch information
stokito and fsouza authored Jan 5, 2021
1 parent d7c687e commit d87c203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type EventsOptions struct {
Until string

// Filter for events. For example:
// map[string][]string{"type": {"container"}, "event": {"start", "die"}
// map[string][]string{"type": {"container"}, "event": {"start", "die"}}
// will return events when container was started and stopped or killed
//
// Available filters:
Expand Down

0 comments on commit d87c203

Please sign in to comment.