Skip to content

Commit fba0fee

Browse files
mattgodbolthorenmar
authored andcommitted
Add missing syntax highlighting tag
1 parent 3e8800b commit fba0fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/generators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ that allows users to implement their own generators.
4242
effects. The simplest usage is shown below, where the `SECTION` "one"
4343
runs 4 (2\*2) times, and `SECTION` "two" is run 6 times (2\*3).
4444

45-
```
45+
```cpp
4646
TEST_CASE("Generators") {
4747
auto i = GENERATE(1, 2);
4848
SECTION("one") {

0 commit comments

Comments
 (0)