aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Darío Hereñú <magallania@gmail.com>2018-04-02 02:28:18 -0300
committerGravatar Abhishek Arya <inferno@chromium.org>2018-04-01 22:28:18 -0700
commiteff1614229a01068a4f8500e999ba5f0dd01576a (patch)
treea4beeb73f46f6bf0c9e817c9f4dd3311939569c8 /docs
parent83a3e78c062d3a690045d5ee100a3e33813cc101 (diff)
Minor proposal (on string #35) (#1289)
Diffstat (limited to 'docs')
-rw-r--r--docs/fuzzer_environment.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzer_environment.md b/docs/fuzzer_environment.md
index 314d67b9..d35786dd 100644
--- a/docs/fuzzer_environment.md
+++ b/docs/fuzzer_environment.md
@@ -32,7 +32,7 @@ created during build-time.
## argv[0]
-You must not modify argv[0]. It is required for certain things to work correctly.
+You must not modify `argv[0]`. It is required for certain things to work correctly.
## Current working directory