summaryrefslogtreecommitdiff
path: root/src/library/scala/sys/process/package.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/sys/process/package.scala')
-rw-r--r--src/library/scala/sys/process/package.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/scala/sys/process/package.scala b/src/library/scala/sys/process/package.scala
index bf4287dfc3..440e62b6aa 100644
--- a/src/library/scala/sys/process/package.scala
+++ b/src/library/scala/sys/process/package.scala
@@ -185,8 +185,8 @@ package scala.sys {
* new URL("http://www.scala-lang.org/") #> new File("scala-lang.html") !
* }}}
*
- * More information about the other ways of controlling I/O can be looked at
- * in the scaladoc for the associated objects, traits and classes.
+ * More information about the other ways of controlling I/O can be found
+ * in the Scaladoc for the associated objects, traits and classes.
*
* ==Running the Process==
*