Skip to content

Commit 3568d2f

Browse files
committed
Update comment for ExtractHLVFromBlipMessage to clarify example when multiple mv and pv are present
1 parent afd96ee commit 3568d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/hybrid_logical_vector.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,8 @@ func appendRevocationMacroExpansions(currentSpec []sgbucket.MacroExpansionSpec,
492492
// ExtractHLVFromBlipMessage extracts the full HLV a string in the format seen over Blip
493493
// blip string may be the following formats
494494
// 1. cv only: cv
495-
// 2. cv and pv: cv;pv
496-
// 3. cv, pv, and mv: cv;mv;pv
495+
// 2. cv and pv: cv;pv1,pv2
496+
// 3. cv, pv, and mv: cv;mv1,mv2;pv1,pv2
497497
//
498498
// Function will return list of revIDs if legacy rev ID was found in the HLV history section (PV)
499499
// TODO: CBG-3662 - Optimise once we've settled on and tested the format with CBL

0 commit comments

Comments
 (0)