Navigation Menu

Skip to content

Commit

Permalink
fixed typo in documentation of @cpsParam
Browse files Browse the repository at this point in the history
  • Loading branch information
dgruntz committed May 2, 2012
1 parent 90d2bee commit cc8671c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit cc8671c

Please sign in to comment.