diff --git a/classpath/avian/Continuations.java b/classpath/avian/Continuations.java index f4f5d4c06a..a0055e6996 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.