diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-02-10 14:12:27 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-02-10 14:12:27 +0200 |
| commit | 7d2c382a197a1df623483a7d9b2686d24b552ec0 (patch) | |
| tree | 39d0a84a57abe9f66779d5887f4274dd21bfc543 /zkvms | |
| parent | ec698b4626ee269626a731a906cf451e86e44566 (diff) | |
| download | zkVMs-benchmarks-7d2c382a197a1df623483a7d9b2686d24b552ec0.tar zkVMs-benchmarks-7d2c382a197a1df623483a7d9b2686d24b552ec0.tar.gz zkVMs-benchmarks-7d2c382a197a1df623483a7d9b2686d24b552ec0.zip | |
docs(zkvms/nexus/wrapper_macro): Minor detail added
Diffstat (limited to 'zkvms')
| -rw-r--r-- | zkvms/nexus/wrapper_macro/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zkvms/nexus/wrapper_macro/src/lib.rs b/zkvms/nexus/wrapper_macro/src/lib.rs index 8682ab1..fd3a20d 100644 --- a/zkvms/nexus/wrapper_macro/src/lib.rs +++ b/zkvms/nexus/wrapper_macro/src/lib.rs @@ -7,7 +7,7 @@ use crate::parse_fn::{ split_fn, args_split, args_divide_public, args_divide_gro /// Creates a body, which reads all inputs, stores them in variables, then /// writes the ones, defined as public in `default_public_input.toml` to the /// journal and finally executes the guest entrypoint function with those -/// arguments. +/// arguments, committing its output. /// /// # Usage /// |
