From ac34a043a01bd3ae0a64fc32a8b88066bd1b9644 Mon Sep 17 00:00:00 2001 From: Collin MacDonald Date: Thu, 14 Aug 2025 11:29:42 -0700 Subject: [PATCH] Update USAGE.md Fix a typo. --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index c0eb62f315..a9d087fd01 100644 --- a/USAGE.md +++ b/USAGE.md @@ -198,7 +198,7 @@ The LLM prompt will be constructed based on the files in this directory. It starts with a priming to define the main goal and important notices, followed by some [example problems and solutions](data_prep/README.md#Fuzz-Target-Examples). Each example problem is in the same format as the final problem (i.e., a -unction signature to fuzz), and the solution is the corresponding +function signature to fuzz), and the solution is the corresponding human-written fuzz target for *different* functions from the same project or other projects. Prompt can also include more information of the function (e.g., its usage, source code, or parameter type definitions), and model-specific