فهرست منبع

fixed AMPQ -> AMQP typo

Torkel Ödegaard 10 سال پیش
والد
کامیت
b5418c40ba
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pkg/events/events.go

+ 1 - 1
pkg/events/events.go

@@ -5,7 +5,7 @@ import (
 	"time"
 )
 
-// Events can be passed to external systems via for example AMPQ
+// Events can be passed to external systems via for example AMQP
 // Treat these events as basically DTOs so changes has to be backward compatible
 
 type Priority string