Skip to content

Commit bb6fb9e

Browse files
committed
Reformat the comment to match the rest of the file
1 parent 449f00b commit bb6fb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros/dry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ mod test {
5757
}
5858
}
5959
60-
// Test `add_assign`, `mul_assign` and `sub_assign`
60+
// Test `add_assign`, `mul_assign`, and `sub_assign`.
6161
test!(add_assign, 1u32, 2u32, 3u32);
6262
test!(mul_assign, 2u32, 3u32, 6u32);
6363
test!(sub_assign, 3u32, 2u32, 1u32);

0 commit comments

Comments
 (0)