1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

Merge pull request from sarathkumarsivan/typo-Event

Fix typo in comments against Event struct definition inside writer.go
This commit is contained in:
Guillaume Tardif 2020-10-26 15:15:11 +01:00 committed by GitHub
commit 99390d1dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,7 @@ const (
Error
)
// Event reprensents a progress event
// Event represents a progress event.
type Event struct {
ID string
Text string