From 61c00119fb7215e01e486759f75327350300ecef Mon Sep 17 00:00:00 2001 From: jurij-jukic Date: Wed, 29 May 2024 14:06:09 +0200 Subject: [PATCH] clearer comment --- kinode/src/kernel/standard_host.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinode/src/kernel/standard_host.rs b/kinode/src/kernel/standard_host.rs index 72c684e6b..388539412 100644 --- a/kinode/src/kernel/standard_host.rs +++ b/kinode/src/kernel/standard_host.rs @@ -93,7 +93,7 @@ impl process::ProcessState { } } - /// Convert a message from the main event loop into a result for the process to receive. + /// Forward the message from the main event loop to the process in the form of a result. /// If the message is a response or error, get context if we have one. fn kernel_message_to_process_receive( &mut self,