Skip to content

Commit 128041e

Browse files
authored
correct name of the directory
next time consider using shorter and less dumb names in examples -- e.g. just 'test' instead 'my_first_fuzz_test_project_WOW_because_I_love_typing_shit_and_mixing_things_up'
1 parent 6e4dee4 commit 128041e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/quickstart-cmake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ FuzzTest CMake already handles its dependencies on its own:
8888
With the CMake workspace set up, you can start using FuzzTest. Let's create a
8989
trivial example to make sure everything runs correctly.
9090

91-
Create a file named `first_fuzz_test.cc` in the directory `first_fuzz` with the
91+
Create a file named `first_fuzz_test.cc` in the directory `first_fuzz_project` with the
9292
following contents:
9393

9494
```c++

0 commit comments

Comments
 (0)