From 7d2c382a197a1df623483a7d9b2686d24b552ec0 Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Mon, 10 Feb 2025 14:12:27 +0200 Subject: docs(zkvms/nexus/wrapper_macro): Minor detail added --- zkvms/nexus/wrapper_macro/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zkvms') 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 /// -- cgit v1.2.3