summaryrefslogtreecommitdiff
path: root/src/library/scala/concurrent/Promise.scala
diff options
context:
space:
mode:
authorAleksandar Prokopec <aleksandar.prokopec@gmail.com>2011-12-07 18:22:17 +0100
committerAleksandar Prokopec <aleksandar.prokopec@gmail.com>2011-12-07 18:22:17 +0100
commit348bcd1f2782004ab6393e2adedb0c99131f1cda (patch)
treebdf6a51ec3673796022f8995ac64d09f3f45ee58 /src/library/scala/concurrent/Promise.scala
parentc9d10fc4f3d50892890b96db2fbb790457d15f43 (diff)
downloadscala-348bcd1f2782004ab6393e2adedb0c99131f1cda.tar.gz
scala-348bcd1f2782004ab6393e2adedb0c99131f1cda.tar.bz2
scala-348bcd1f2782004ab6393e2adedb0c99131f1cda.zip
Some docs fixes.
Diffstat (limited to 'src/library/scala/concurrent/Promise.scala')
-rw-r--r--src/library/scala/concurrent/Promise.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/concurrent/Promise.scala b/src/library/scala/concurrent/Promise.scala
index ff72dee4b9..b244d8c5e0 100644
--- a/src/library/scala/concurrent/Promise.scala
+++ b/src/library/scala/concurrent/Promise.scala
@@ -24,7 +24,7 @@ import scala.util.Timeout
* @define allowedThrowables
* If the throwable used to fail this promise is an error, a control exception
* or an interrupted exception, it will be wrapped as a cause within an
- * ExecutionException which will fail the promise.
+ * `ExecutionException` which will fail the promise.
*/
trait Promise[T] {