From 8a4dd321fb114b7c766adb4f88fdabcf3f20dffb Mon Sep 17 00:00:00 2001 From: Jupiterxiaoxiaoyu Date: Mon, 4 Nov 2024 20:23:56 +0800 Subject: [PATCH] fix typo c4 single --- c1_beginner/c1_quickstart/c4_prove.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c1_beginner/c1_quickstart/c4_prove.md b/c1_beginner/c1_quickstart/c4_prove.md index e6ef9b9..0ddaca7 100644 --- a/c1_beginner/c1_quickstart/c4_prove.md +++ b/c1_beginner/c1_quickstart/c4_prove.md @@ -1,6 +1,6 @@ # Prove WASM execution -## Proof Generation of a signle execution +## Proof Generation of a single execution In the Proof Phase the web assembly interpreter (wasmi) outputs two traces; the web assembly bytecode as the execution trace & the host API call trace. These record the order of the host API calls and their output. The combination of the two traces ensures the host call trace is in the same order as the execution trace (including the same input arguments).