mirror of
https://github.com/docker/compose.git
synced 2026-06-24 10:14:54 +00:00
Fix typo in comments against Event struct definition inside writer.go
Signed-off-by: Sarath Kumar Sivan <sarathkumarsivan@gmail.com>
This commit is contained in:
parent
83716a5eb2
commit
f1badf0da8
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ const (
|
|||
Error
|
||||
)
|
||||
|
||||
// Event reprensents a progress event
|
||||
// Event represents a progress event.
|
||||
type Event struct {
|
||||
ID string
|
||||
Text string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue