We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b29ea commit 0022e59Copy full SHA for 0022e59
src/library/scala/sys/process/ProcessBuilder.scala
@@ -15,8 +15,8 @@ import ProcessBuilder._
15
16
/** Represents a sequence of one or more external processes that can be
17
* executed. A `ProcessBuilder` can be a single external process, or a
18
- * combination of other `ProcessBuilder`. One can control where a
19
- * the output of an external process will go to, and where its input will come
+ * combination of other `ProcessBuilder`. One can control where the
+ * output of an external process will go to, and where its input will come
20
* from, or leave that decision to whoever starts it.
21
*
22
* One creates a `ProcessBuilder` through factories provided in
0 commit comments