[Jifty-commit] r7466 - Jifty-DBI/branches/tisql/doc/tisql

Jifty commits jifty-commit at lists.jifty.org
Tue Sep 1 09:29:20 EDT 2009


Author: ruz
Date: Tue Sep  1 09:29:18 2009
New Revision: 7466

Modified:
   Jifty-DBI/branches/tisql/doc/tisql/basics.pod

Log:
* tiny pod fix

Modified: Jifty-DBI/branches/tisql/doc/tisql/basics.pod
==============================================================================
--- Jifty-DBI/branches/tisql/doc/tisql/basics.pod	(original)
+++ Jifty-DBI/branches/tisql/doc/tisql/basics.pod	Tue Sep  1 09:29:18 2009
@@ -177,7 +177,7 @@
 
 Let's start from an example:
 
-    .members.first_name = 'John' AND .member.last_name = 'Doe'
+    .members.first_name = 'John' AND .members.last_name = 'Doe'
 
 What will it find? Groups where John Doe is member or some John and some
 Doe are members of the same Group? Without an alias the latter will happen.


More information about the Jifty-commit mailing list