Skip to content

Commit 3dfc8c1

Browse files
committed
doc: intro should be 1 sentence
Also, do not repeat name of type
1 parent 33c8992 commit 3dfc8c1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/libstd/process.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,10 @@ impl FromInner<AnonPipe> for ChildStderr {
182182
}
183183
}
184184

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

0 commit comments

Comments
 (0)