Explorar el Código

Merge pull request #826 from sarathkumarsivan/typo-Event

Fix typo in comments against Event struct definition inside writer.go
Guillaume Tardif hace 5 años
padre
commit
99390d1dd8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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