mirror of
https://github.com/fluencelabs/marine-rs-sdk
synced 2025-03-15 14:30:48 +00:00
fix a typo
This commit is contained in:
parent
eb882bc2a9
commit
008470a757
@ -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
|
/// 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
|
/// or Some(Err(error)) otherwise. None is returned if stdout or stderr contains non valid
|
||||||
/// UTF8 string.
|
/// UTF8 string.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user