|
From: <sub...@co...> - 2007-10-21 00:18:09
|
Author: ianb Date: 2007-10-20 18:18:05 -0600 (Sat, 20 Oct 2007) New Revision: 3099 Modified: FormEncode/trunk/docs/Design.txt Log: typo Modified: FormEncode/trunk/docs/Design.txt =================================================================== --- FormEncode/trunk/docs/Design.txt 2007-10-20 04:00:12 UTC (rev 3098) +++ FormEncode/trunk/docs/Design.txt 2007-10-21 00:18:05 UTC (rev 3099) @@ -21,7 +21,7 @@ applying the data and if there's a problem you raise an exception. Someplace else you catch the exception and roll back the transaction. Of course FormEncode works fine with such a system, but because -nothing is done until everything validators, you can use this without +nothing is done until everything validates, you can use this without transactions. FormEncode generally works on primitive types (though you could extend |