From 72f4a9f678bea33826a40c1586a79b7ef7a6da15 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 12 May 2020 19:40:04 +0200 Subject: missing env var --- docs/custom_mutators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/custom_mutators.md') diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md index c044be0c..b15039d4 100644 --- a/docs/custom_mutators.md +++ b/docs/custom_mutators.md @@ -110,7 +110,7 @@ def queue_new_entry(filename_new_queue, filename_orig_queue): protobuf format which corresponds to a given grammar. In order to execute the target, the protobuf data must be converted to the plain-text format expected by the target. In such scenarios, the user can define the - `pre_save` function. This function is then transforms the data into the + `pre_save` function. This function is then transforming the data into the format expected by the API before executing the target. - `queue_new_entry` (optional): -- cgit v1.2.3