From ecb3a89fe1136c77bccc6973f10791f9715457d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabian=20B=C3=BChler?=
<17296905+buehlefs@users.noreply.github.com>
Date: Wed, 24 Apr 2024 12:30:29 +0200
Subject: [PATCH] Fix missing newline
---
spec/asyncapi.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/spec/asyncapi.md b/spec/asyncapi.md
index 3e26f0c5..95f5ef99 100644
--- a/spec/asyncapi.md
+++ b/spec/asyncapi.md
@@ -136,6 +136,7 @@ A sender is a type of application, that is sending [messages](#definitionsMessag
A receiver is a type of application that is receiving [messages](#definitionsMessage) from [channels](#definitionsChannel). A receiver MAY receive from multiple channels depending on the [server](#definitionsServer), protocol, and the use-case pattern. A receiver MAY forward a received message further without changing it. A receiver MAY act as a consumer and react to the message. A receiver MAY act as a processor that, for example, aggregates multiple messages in one and forwards them.
### Operation
+
An operation describes a specific action an [application](#definitionsApplication) can take to interact with other [sender](#definitionsSender) or [receiver](#definitionsReceiver) applications. Operations are performed by sending (or receiving) [messages](#definitionsMessage) to (or from) [channels](#definitionsChannel).
### Message