From ae65f6ca8a754eda096a41161876f13033593584 Mon Sep 17 00:00:00 2001 From: Thomas Niederberger <781000+Niederb@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:31:30 +0100 Subject: [PATCH] Improve documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bigna Härdi --- src/api/rpc_api/author.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/rpc_api/author.rs b/src/api/rpc_api/author.rs index 21eeadaa1..0ffad6ded 100644 --- a/src/api/rpc_api/author.rs +++ b/src/api/rpc_api/author.rs @@ -211,7 +211,7 @@ pub trait SubmitAndWatch { watch_until: XtStatus, ) -> Result>; - /// Query the events for the specified `report` and attaches them to the returned report. + /// Query the events for the specified `report` and attaches them to the mutable report. /// If the function fails events might still be added to the report. /// /// This method is blocking if the sync-api feature is activated