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:
Sarath Kumar Sivan 2020-10-25 18:46:06 -07:00
Родитель 83716a5eb2
Коммит f1badf0da8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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