Browse Source

Update event.go

vim2meta 7 năm trước cách đây
mục cha
commit
ca1b9186f2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      event.go

+ 1 - 1
event.go

@@ -6,7 +6,7 @@ type EventHandler interface {
 	Type() string
 
 	// Handle is called whenever an event of Type() happens.
-	// It is the recievers responsibility to type assert that the interface
+	// It is the receivers responsibility to type assert that the interface
 	// is the expected struct.
 	Handle(*Session, interface{})
 }