From 008470a757d6bab50fa52c64473a8cd65f140361 Mon Sep 17 00:00:00 2001 From: vms Date: Wed, 24 Feb 2021 11:46:07 +0300 Subject: [PATCH] fix a typo --- crates/main/src/mounted_binary.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/main/src/mounted_binary.rs b/crates/main/src/mounted_binary.rs index 527a2b2..47ea4be 100644 --- a/crates/main/src/mounted_binary.rs +++ b/crates/main/src/mounted_binary.rs @@ -68,7 +68,7 @@ impl Result { } } - /// This function tries to represent a result to the string representation. + /// This function tries to represent a result as a string. /// Internally, It checks ret_code and returns either Some(Ok(stdout)) if it was SUCCESS_CODE /// or Some(Err(error)) otherwise. None is returned if stdout or stderr contains non valid /// UTF8 string.