clarify javadoc in Continuations.java

This commit is contained in:
Joel Dice 2011-07-16 19:07:54 -06:00
parent 3ec4ef9bd2
commit f00317c415

View File

@ -50,7 +50,7 @@ import java.util.concurrent.Callable;
* frames from within that context.
*
* <p>Calling a continuation (i.e. feeding it a result or exception)
* causes the current continuation to be replaced with the calling
* causes the current continuation to be replaced with the called
* continuation. When the last method in this new continuation
* returns, it returns to the native frame which created the current
* context, which may or may not be the same as the context in which