Skip to content

Commit 52df03a

Browse files
committed
Updating comment
1 parent 8eb0a48 commit 52df03a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,8 @@ fn get_code_blocks() -> Vec<CodeBlock> {
594594
code_blocks
595595
}
596596

597-
// Take code blocks extracted in `get_code_blocks`, write them to temp files,
598-
// format the files, and check for failures.
597+
// Format the code blocks extracted in `get_code_blocks` and check for
598+
// failures.
599599
fn check_blocks_idempotency(blocks: &Vec<CodeBlock>) {
600600
let mut failures = 0;
601601

0 commit comments

Comments
 (0)