diff --git a/docs/faq.md b/docs/faq.md index a1a82aedd..d3c557935 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -39,7 +39,7 @@ if we are not able to accept your project at this time! You should look for places in your code that: - consume un-trusted data from users or from the network. - - consume complex data input or event if it's 'trusted'. + - consume complex input data even if it's 'trusted'. - use an algorithm that has two or more implementations (to verify their equivalence). - look for existing fuzz target [examples](https://github.com/google/oss-fuzz/tree/master/projects)