Skip to content

Commit b5418c4

Browse files
committed
fixed AMPQ -> AMQP typo
1 parent 2266ef6 commit b5418c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/events/events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"time"
66
)
77

8-
// Events can be passed to external systems via for example AMPQ
8+
// Events can be passed to external systems via for example AMQP
99
// Treat these events as basically DTOs so changes has to be backward compatible
1010

1111
type Priority string

0 commit comments

Comments
 (0)