From ccbb4796f26e57164bbb72abf66d50c78f447108 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sat, 5 Dec 2009 22:49:23 -0700 Subject: [PATCH] fix typo in JavaDoc comment --- classpath/avian/Continuations.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classpath/avian/Continuations.java b/classpath/avian/Continuations.java index 5bc1deeefd..6f29705cde 100644 --- a/classpath/avian/Continuations.java +++ b/classpath/avian/Continuations.java @@ -149,7 +149,7 @@ public class Continuations { * *

If thunk.call() calls a continuation (directly or * via a subroutine) which does not include the current call to - * dynamicWind, after.run() will be called + * dynamicWind, after.run() will be called * before control passes to that continuation. If this call throws * an exception, the exception will propagate to the current caller * of dynamicWind.