mirror of
https://github.com/docker/compose.git
synced 2025-07-21 04:34:38 +02:00
Merge pull request #826 from sarathkumarsivan/typo-Event
Fix typo in comments against Event struct definition inside writer.go
This commit is contained in:
commit
99390d1dd8
@ -39,7 +39,7 @@ const (
|
|||||||
Error
|
Error
|
||||||
)
|
)
|
||||||
|
|
||||||
// Event reprensents a progress event
|
// Event represents a progress event.
|
||||||
type Event struct {
|
type Event struct {
|
||||||
ID string
|
ID string
|
||||||
Text string
|
Text string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user