瀏覽代碼

Update event.go

vim2meta 7 年之前
父節點
當前提交
ca1b9186f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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{})
 }