[Jifty-commit] r2422 - jifty/trunk/lib/Jifty/Manual

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Dec 22 21:01:48 EST 2006


Author: agentz
Date: Fri Dec 22 21:01:47 2006
New Revision: 2422

Modified:
   jifty/trunk/lib/Jifty/Manual/Continuations.pod

Log:
reverted an incorrect typo fix.

Modified: jifty/trunk/lib/Jifty/Manual/Continuations.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Continuations.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Continuations.pod	Fri Dec 22 21:01:47 2006
@@ -10,7 +10,7 @@
 that state at any later time, by calling the continuation with, and
 evaluation of that interpreter state will resume.  They're a concept
 that first arose in LISP, but has implementations these days in Ruby,
-Scheme, Haskell, Smalltalk (just to name a few).
+Scheme, Haskell, Smalltalk, to name a few.
 
 Thus, continuations allow you to preserve context, and return to it
 later.  This is amazingly useful in web programming, which is limited


More information about the Jifty-commit mailing list