Skip to content

Commit 7269653

Browse files
committed
fmt
1 parent 7b5ce39 commit 7269653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

raft/src/main/scala/zio/raft/HMap.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ final case class HMap[M <: Tuple](private val m: TreeMap[Array[Byte], Any] =
360360
* within the same first key.
361361
*
362362
* For example, for compound keys like (namespace, userId), you can fetch all keys for a given namespace:
363-
* hmap.rangeByCompoundKeyPrefix["users"]((namespace, "")) This will return all user records within the `namespace`, regardless
364-
* of the second component value.
363+
* hmap.rangeByCompoundKeyPrefix["users"]((namespace, "")) This will return all user records within the `namespace`,
364+
* regardless of the second component value.
365365
*
366366
* IMPORTANT: For this method to work correctly, the `KeyLike` implementation for the compound key type must encode
367367
* only the leading component(s) in the byte array when the trailing ("zero") component is empty. That is, when

0 commit comments

Comments
 (0)