aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJochen Schneider <jochen.schneider@gmail.com>2017-01-30 22:12:15 +0100
committerGitHub <noreply@github.com>2017-01-30 22:12:15 +0100
commit598be852f9443d33dcfa83e43a5054416ecddd28 (patch)
treed45b7fc3a24f11c7f408b1ed0e26b5878dbdbd47 /README.md
parentc1d021430db04ec2279ba8c518021afe04967046 (diff)
downloadscala-async-598be852f9443d33dcfa83e43a5054416ecddd28.tar.gz
scala-async-598be852f9443d33dcfa83e43a5054416ecddd28.tar.bz2
scala-async-598be852f9443d33dcfa83e43a5054416ecddd28.zip
Typo
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 d50e8a6..0b1e80e 100644
--- a/README.md
+++ b/README.md
@@ -155,7 +155,7 @@ difficult to understand.
- an `apply(): Unit` method that starts the computation.
## Limitations
- - See the [neg](https://github.com/scala/async/tree/master/src/test/scala/scala/async/neg) test cases for
+ - See the [neg](https://github.com/scala/async/tree/master/src/test/scala/scala/async/neg) test cases
for constructs that are not allowed in a async block
- See the [issue list](https://github.com/scala/async/issues?state=open) for which of these restrictions are planned
to be dropped in the future.