Skip to content

Commit 0022e59

Browse files
committed
Typo fix in scala.sys.process.ProcessBuilder.
1 parent 25b29ea commit 0022e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/library/scala/sys/process/ProcessBuilder.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import ProcessBuilder._
1515

1616
/** Represents a sequence of one or more external processes that can be
1717
* 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
18+
* combination of other `ProcessBuilder`. One can control where the
19+
* output of an external process will go to, and where its input will come
2020
* from, or leave that decision to whoever starts it.
2121
*
2222
* One creates a `ProcessBuilder` through factories provided in

0 commit comments

Comments
 (0)