aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2013-10-13 22:43:58 +0200
committerPhilipp Haller <hallerp@gmail.com>2013-10-18 11:22:26 +0200
commit3e4ebede950ea8aa992163626c01e7bdb8d83d96 (patch)
tree6f08f3b5f2be839a459ed29f5f108fce96fa5383 /README.md
parentd1640f5fc9fa96619cc8b223d39dce3cc5d013a1 (diff)
downloadscala-async-3e4ebede950ea8aa992163626c01e7bdb8d83d96.tar.gz
scala-async-3e4ebede950ea8aa992163626c01e7bdb8d83d96.tar.bz2
scala-async-3e4ebede950ea8aa992163626c01e7bdb8d83d96.zip
Minor clean-ups
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 10c71f4..09a40c4 100644
--- a/README.md
+++ b/README.md
@@ -136,7 +136,7 @@ difficult to understand.
- Logging of the transform can be enabled with `scalac -Dscala.async.debug=true`.
- Tracing of the ANF transform: `scalac -Dscala.async.trace=true`
- Debug the macro expansion by checking out the project and executing the application
- [`TreeInterrogation`](https://github.com/scala/async/blob/master/src/test/scala/scala/async/TreeInterrogation.scala#L59)
+ [`scala.async.TreeInterrogation`](https://github.com/scala/async/blob/master/src/test/scala/scala/async/TreeInterrogation.scala#L59)
## Limitations
- See the [neg](https://github.com/scala/async/tree/master/src/test/scala/scala/async/neg) test cases for