Skip to content

Commit

Permalink
Fixed typo in ProcessBuilder scaladoc.
Browse files Browse the repository at this point in the history
ProcessBuilder creation sample code did not complie due to an error
in import statement.
  • Loading branch information
secwall committed Jan 22, 2013
1 parent 1e69a0b commit 373b001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/scala/sys/process/ProcessBuilder.scala
Expand Up @@ -23,7 +23,7 @@ import ProcessBuilder._
* based on these factories made available in the package object * based on these factories made available in the package object
* [[scala.sys.process]]. Here are some examples: * [[scala.sys.process]]. Here are some examples:
* {{{ * {{{
* import.scala.sys.process._ * import scala.sys.process._
* *
* // Executes "ls" and sends output to stdout * // Executes "ls" and sends output to stdout
* "ls".! * "ls".!
Expand Down

0 comments on commit 373b001

Please sign in to comment.