Author: cutting
Date: Tue Apr 28 16:16:52 2009
New Revision: 769450

URL: http://svn.apache.org/viewvc?rev=769450&view=rev
Log:
Fix a typo.

Modified:
    hadoop/avro/trunk/src/doc/content/xdocs/spec.xml

Modified: hadoop/avro/trunk/src/doc/content/xdocs/spec.xml
URL: 
http://svn.apache.org/viewvc/hadoop/avro/trunk/src/doc/content/xdocs/spec.xml?rev=769450&r1=769449&r2=769450&view=diff
==============================================================================
--- hadoop/avro/trunk/src/doc/content/xdocs/spec.xml (original)
+++ hadoop/avro/trunk/src/doc/content/xdocs/spec.xml Tue Apr 28 16:16:52 2009
@@ -282,7 +282,7 @@
          <p>serializing an array containing the items 3 and 27 could be
          serialized as 2 (encoded as hex 04) followed by 3 and 27
          (encoded as hex <code>06 36</code>) terminated by zero:</p>
-         <source>04 04 36 00</source>
+         <source>04 06 36 00</source>
 
          <p>The blocked representation permits one to read and write
          arrays larger than can be buffered in memory, since one can


Reply via email to