Skip to content

Commit ceedae5

Browse files
committed
docs: fix a doubled word left by the rename
1 parent 96e2bff commit ceedae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/data_types/chunk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ mod tests {
358358
// so all Arc<ChunkStore> clones are released.
359359
// 2. Abort the protocol task that holds an Arc<AntProtocol>.
360360
// 3. Drop the node's own Arc<AntProtocol>.
361-
// This ensures the the chunk store is fully closed before reopening.
361+
// This ensures the chunk store is fully closed before reopening.
362362
let data_dir = {
363363
let node = harness
364364
.network_mut()

0 commit comments

Comments
 (0)