From 89f2a86f0660dada88a8c4214f4768c639177021 Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Sun, 15 Dec 2024 18:10:10 +0200 Subject: [PATCH] typos 04_flow.md --- prover/docs/src/04_flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prover/docs/src/04_flow.md b/prover/docs/src/04_flow.md index 9bb5ebacbc40..26313c0dc4c0 100644 --- a/prover/docs/src/04_flow.md +++ b/prover/docs/src/04_flow.md @@ -163,7 +163,7 @@ Finally, even within the same level, there may be different circuit types. Under different parts of computations. From a purely applied point of view, it mostly means that initially we receive X jobs of N types, which cause Y jobs of M types, and so on. -So, in addition to the aggregation layer, we also have a circuit ID. A tuple of aggregation round and circuit ID form an +So, in addition to the aggregation layer, we also have a circuit ID. A tuple of aggregation round and circuit ID form a unique job identifier, which allows us to understand which inputs we should receive, what processing logic we should run, and which outputs we should produce.