aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2012-11-11 16:27:39 +0100
committerJason Zaugg <jzaugg@gmail.com>2012-11-11 16:27:39 +0100
commitff74779ba949737b53cb3189dadf412815faf027 (patch)
tree923724b082decb324f1188eec426154112bf4066
parent737779f2dd98d0e7f03a738ae8cb867772b0a298 (diff)
downloadscala-async-ff74779ba949737b53cb3189dadf412815faf027.tar.gz
scala-async-ff74779ba949737b53cb3189dadf412815faf027.tar.bz2
scala-async-ff74779ba949737b53cb3189dadf412815faf027.zip
Refer to an relevant bug in the comments.
-rw-r--r--src/main/scala/scala/async/Async.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/scala/async/Async.scala b/src/main/scala/scala/async/Async.scala
index 261279e..c6b7c19 100644
--- a/src/main/scala/scala/async/Async.scala
+++ b/src/main/scala/scala/async/Async.scala
@@ -41,7 +41,7 @@ object AsyncId extends AsyncBase {
* - Tree manipulations to create and complete the equivalent of Future and Promise
* in that system.
* - The `async` macro declaration itself, and a forwarder for the macro implementation.
- * (The latter is temporarily needed to workaround a bug in the macro system)
+ * (The latter is temporarily needed to workaround bug SI-6650 in the macro system)
*
* The default implementation, [[scala.async.Async]], binds the macro to `scala.concurrent._`.
*/