1
0
Эх сурвалжийг харах

Fix typo in comments against Event struct definition inside writer.go

Signed-off-by: Sarath Kumar Sivan <[email protected]>
Sarath Kumar Sivan 5 жил өмнө
parent
commit
f1badf0da8
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      progress/writer.go

+ 1 - 1
progress/writer.go

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