Author: greid
Date: Tue Jan 14 21:40:40 2014
New Revision: 1558207

URL: http://svn.apache.org/r1558207
Log:
Fix broken tag on code sample

Modified:
    crunch/site/trunk/content/user-guide.mdtext

Modified: crunch/site/trunk/content/user-guide.mdtext
URL: 
http://svn.apache.org/viewvc/crunch/site/trunk/content/user-guide.mdtext?rev=1558207&r1=1558206&r2=1558207&view=diff
==============================================================================
--- crunch/site/trunk/content/user-guide.mdtext (original)
+++ crunch/site/trunk/content/user-guide.mdtext Tue Jan 14 21:40:40 2014
@@ -483,7 +483,7 @@ Let's look at some more example PTypes c
 you will use one type family exclusively, and so you can cut down on some of 
the boilerplate in your classes by importing
 all of the methods from the `Writables` or `Avros` classes into your class:
 
-<pre
+<pre>
 // Import all of the PType factory methods from Avros
 import static org.apache.crunch.types.avro.Avros.*;
 


Reply via email to