Merge pull request #826 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
1 changed files with 1 additions and 1 deletions

View File

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