diff --git a/standards/application/reliable-channel-api.md b/standards/application/reliable-channel-api.md index f5c8b29..c200f11 100644 --- a/standards/application/reliable-channel-api.md +++ b/standards/application/reliable-channel-api.md @@ -174,11 +174,11 @@ types: ReliableChannel: type: object - description: "A reliable channel instance or communication group having end-to-end reliable messaging on a single content topic." + description: "An entity that guarantees message delivery among all participants on a single content topic." fields: channelId: type: string - description: "Identifier of the communication group that is being synchronized" + description: "Unique identifier" messageEvents: type: ReliableMessageEvents description: "Event emitter for message-related events on this channel"