diff --git a/deps/rabbitmq_stream/docs/PROTOCOL.adoc b/deps/rabbitmq_stream/docs/PROTOCOL.adoc index cbcd7bb78334..80577961aaca 100644 --- a/deps/rabbitmq_stream/docs/PROTOCOL.adoc +++ b/deps/rabbitmq_stream/docs/PROTOCOL.adoc @@ -370,7 +370,7 @@ StoreOffset => Key Version Reference Stream Offset Key => uint16 // 10 Version => uint16 Reference => string // max 256 characters - SubscriptionId => uint8 + Stream => string // the name of the stream Offset => uint64 ```