From 723de4d90419c2519a8e1a99188bcdbc91dfce2c Mon Sep 17 00:00:00 2001 From: Evgeny Malygin <678098@protonmail.com> Date: Mon, 9 Oct 2023 10:56:20 +0100 Subject: [PATCH] Docs update: bytes.py --- boofuzz/primitives/bytes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boofuzz/primitives/bytes.py b/boofuzz/primitives/bytes.py index d0bc0bef..a34658c6 100644 --- a/boofuzz/primitives/bytes.py +++ b/boofuzz/primitives/bytes.py @@ -26,7 +26,7 @@ class Bytes(Fuzzable): :param fuzzable: Enable/disable fuzzing of this primitive, defaults to true """ - # This binary strings will always included as testcases. + # These binary strings are always included as testcases. _fuzz_library = [ b"", b"\x00",