summaryrefslogtreecommitdiff
path: root/src/continuations
diff options
context:
space:
mode:
authorDominik Gruntz <dominik.gruntz@fhnw.ch>2012-05-02 11:47:38 +0200
committerDominik Gruntz <dominik.gruntz@fhnw.ch>2012-05-02 11:47:38 +0200
commitcc8671c165c622dcb33e5d3b64856e643ccfedd9 (patch)
tree73f62dbff52d09161aff684b1e1021a9b52f6572 /src/continuations
parent90d2bee45b25844f809f8c5300aefcb1bfe9e336 (diff)
downloadscala-cc8671c165c622dcb33e5d3b64856e643ccfedd9.tar.gz
scala-cc8671c165c622dcb33e5d3b64856e643ccfedd9.tar.bz2
scala-cc8671c165c622dcb33e5d3b64856e643ccfedd9.zip
fixed typo in documentation of @cpsParam
Diffstat (limited to 'src/continuations')
-rw-r--r--src/continuations/library/scala/util/continuations/ControlContext.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/continuations/library/scala/util/continuations/ControlContext.scala b/src/continuations/library/scala/util/continuations/ControlContext.scala
index 19c2bc4038..910ca60eb0 100644
--- a/src/continuations/library/scala/util/continuations/ControlContext.scala
+++ b/src/continuations/library/scala/util/continuations/ControlContext.scala
@@ -13,7 +13,7 @@ import annotation.{ Annotation, StaticAnnotation, TypeConstraint }
/** This annotation is used to mark a parameter as part of a continuation
* context.
*
- * The type `A @cps[B,C]` is desugared to `ControlContext[A,B,C]` at compile
+ * The type `A @cpsParam[B,C]` is desugared to `ControlContext[A,B,C]` at compile
* time.
*
* @tparam B The type of computation state after computation has executed, and