NOISSUE - Fix comment typo

Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
Dusan Borovcanin
2025-06-27 12:33:43 +02:00
parent 0414e91268
commit d5fa6e45a0
+1 -1
View File
@@ -59,7 +59,7 @@ func (re *re) Handle(msg *messaging.Message) error {
return nil
}
// Match NATS subject to support wildcardas.
// Match NATS subject to support wildcards.
func matchSubject(published, subscribed string) bool {
p := strings.Split(published, ".")
s := strings.Split(subscribed, ".")