From 6f6fc2948ad3281948d2d99b661b7aa3aeb9a39f Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Sat, 14 Dec 2024 16:02:10 +0100 Subject: [PATCH] Update circuit_testing.md --- docs/src/specs/prover/circuit_testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/specs/prover/circuit_testing.md b/docs/src/specs/prover/circuit_testing.md index 159d908642ff..2671ebe8f7f8 100644 --- a/docs/src/specs/prover/circuit_testing.md +++ b/docs/src/specs/prover/circuit_testing.md @@ -38,7 +38,7 @@ Now the constraint system is ready! We can start the main part of the test! ![Contest(8).png](<./img/circuit_testing/Contest(8).png>) Here we have hard coded a secret key with its associated public key, and generate a signature. We will test our circuit -on these inputs! Next we “allocate” these inputs as witnessess: +on these inputs! Next we “allocate” these inputs as witnesses: ![Contest(9).png](<./img/circuit_testing/Contest(9).png>)