Skip to content

Commit

Permalink
doc: intro should be 1 sentence
Browse files Browse the repository at this point in the history
Also, do not repeat name of type
  • Loading branch information
tshepang committed Jun 9, 2016
1 parent 33c8992 commit 3dfc8c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/libstd/process.rs
Expand Up @@ -182,8 +182,10 @@ impl FromInner<AnonPipe> for ChildStderr {
}
}

/// The `Command` type acts as a process builder, providing fine-grained control
/// over how a new process should be spawned. A default configuration can be
/// A process builder, providing fine-grained control
/// over how a new process should be spawned.
///
/// A default configuration can be
/// generated using `Command::new(program)`, where `program` gives a path to the
/// program to be executed. Additional builder methods allow the configuration
/// to be changed (for example, by adding arguments) prior to spawning:
Expand Down

0 comments on commit 3dfc8c1

Please sign in to comment.