doc: typo

This commit is contained in:
Tshepang Lekhonkhobe
2016-06-02 13:28:24 +02:00
parent c2cab1fd58
commit 920129a258

View File

@@ -195,7 +195,7 @@ impl FromInner<AnonPipe> for ChildStderr {
/// .arg("-c")
/// .arg("echo hello")
/// .output()
/// .expect("failed to execute proces");
/// .expect("failed to execute process");
///
/// let hello = output.stdout;
/// ```