Skip to content

Commit 107d423

Browse files
authored
Rollup merge of #34185 - tshepang:shorten-paragraph, r=steveklabnik
doc: intro should be 1 sentence Also, do not repeat name of type
2 parents 633b259 + 3dfc8c1 commit 107d423

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/libstd/process.rs

+4-2
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)