Skip to content

Commit 5be32ad

Browse files
elibenDO NOT USE
authored andcommitted
_content/doc: fix a small typo
it's --> its Change-Id: Ia3d64b636704ce0108161c3c194233258c4b3d06 Reviewed-on: https://go-review.googlesource.com/c/website/+/377194 Reviewed-by: Russ Cox <[email protected]> Run-TryBot: Emmanuel Odeke <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: DO NOT USE <[email protected]>
1 parent 41ad361 commit 5be32ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_content/doc/fuzz/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ through the code being fuzzed to find and report failures to the user. Since it
2525
can reach edge cases which humans often miss, fuzz testing can be particularly
2626
valuable for finding security exploits and vulnerabilities.
2727

28-
Below is an example of a [fuzz test](#glos-fuzz-test), highlighting it's main
28+
Below is an example of a [fuzz test](#glos-fuzz-test), highlighting its main
2929
components.
3030

3131
<img alt="Example code showing the overall fuzz test, with a fuzz target within

0 commit comments

Comments
 (0)