aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Max Moroz <mmoroz@chromium.org>2018-07-17 12:38:09 -0700
committerGravatar Max Moroz <mmoroz@chromium.org>2018-07-17 12:38:09 -0700
commitbb78fa98278babaf3fd2c509b0c956d976bf8d4d (patch)
tree58610c1fddde3d0e6538e33a2304e117d7041881 /docs
parentc720e4046bb32fbf2a4b76dd226874a3490efde5 (diff)
[docs] Dummy formating change just to test #1618 a bit more.
Diffstat (limited to 'docs')
-rw-r--r--docs/new_project_guide.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md
index 971fa24a..eca55de8 100644
--- a/docs/new_project_guide.md
+++ b/docs/new_project_guide.md
@@ -263,8 +263,9 @@ Dictionaries hugely improve fuzzing efficiency for inputs with lots of similar
sequences of bytes. [libFuzzer documentation](http://libfuzzer.info#dictionaries)
Put your dict file in `$OUT`. If the dict filename is the same as your target
-binary name (i.e. `%fuzz_target%.dict`), it will be automatically used. If the name is different
-(e.g. because it is shared by several targets), specify this in .options file:
+binary name (i.e. `%fuzz_target%.dict`), it will be automatically used. If the
+name is different (e.g. because it is shared by several targets), specify this
+in .options file:
```
[libfuzzer]