@@ -1417,8 +1417,8 @@ There are two types of Fetch messages:
14171417Standalone Fetch (0x1)  : A Fetch of Objects performed independently of any Subscribe. 
14181418
14191419Joining Fetch (0x2)  : A Fetch joined together with a Subscribe. A Joining Fetch 
1420- shares the same Subscribe ID as an already-sent Subscribe. A publisher receiving a Joining   
1421- Fetch should use properties of the associated Subscribe to determine the Track Namespace,   
1420+ shares the same Subscribe ID as an already-sent Subscribe. A publisher receiving a Joining 
1421+ Fetch should use properties of the associated Subscribe to determine the Track Namespace, 
14221422Track, StartGroup, StartObject, EndGroup, and EndObject for the Joining Fetch such that it is 
14231423contiguous with the associated Subscribe and begins Previous Group Count prior. 
14241424
@@ -1466,8 +1466,8 @@ Fields common to all Fetch Types:
14661466is a variable length integer that MUST be unique and monotonically increasing 
14671467within  a session. For a Standalone Fetch a new Subscribe ID MUST be used. For 
14681468a Joining Fetch, the Subscribe ID MUST correspond to a Subscribe which has already 
1469- been sent. If a publisher receives a Joining Fetch with a Subscribe ID that does   
1470- not correspond to an existing Subscribe, it MUST close the session with an   
1469+ been sent. If a publisher receives a Joining Fetch with a Subscribe ID that does 
1470+ not correspond to an existing Subscribe, it MUST close the session with an 
14711471Invalid Subscribe ID error. 
14721472
14731473* Subscriber Priority: Specifies the priority of a fetch request relative to 
0 commit comments