Skip to content

Commit 8c1455d

Browse files
Fix doc test
1 parent 9560978 commit 8c1455d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mp2-v1/src/query/batching_planner.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,13 @@ async fn generate_chunks<const CHUNK_SIZE: usize, C: ContextProvider>(
180180
/// siblings `num_left` of the node as `parent_pos*ARITY + num_left`
181181
///
182182
/// For instance, consider the following tree, with arity 3:
183+
/// ```text
183184
/// A
184185
///
185186
/// B C D
186187
///
187-
/// E F G H I
188+
/// E F G H I
189+
/// ```
188190
/// The nodes in this tree will be identified by the following keys:
189191
/// ```text
190192
/// (0,0)

0 commit comments

Comments
 (0)