You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by cu...@apache.org on 2009/11/05 23:48:56 UTC

svn commit: r833224 - in /hadoop/avro/trunk: CHANGES.txt src/doc/content/xdocs/spec.xml

Author: cutting
Date: Thu Nov  5 22:48:56 2009
New Revision: 833224

URL: http://svn.apache.org/viewvc?rev=833224&view=rev
Log:
AVRO-169.  Fix a typo in the spec.  Contributed by Jeff Hammerbacher.

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

Modified: hadoop/avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=833224&r1=833223&r2=833224&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Thu Nov  5 22:48:56 2009
@@ -62,6 +62,8 @@
     AVRO-165.  Fix an equals implementation in TestReflect.
     (Philip Zeyliger via cutting)
 
+    AVRO-169.  Fix a typo in the spec. (Jeff Hammerbacher via cutting)
+
 Avro 1.2.0 (14 October 2009)
 
   INCOMPATIBLE CHANGES

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=833224&r1=833223&r2=833224&view=diff
==============================================================================
--- hadoop/avro/trunk/src/doc/content/xdocs/spec.xml (original)
+++ hadoop/avro/trunk/src/doc/content/xdocs/spec.xml Thu Nov  5 22:48:56 2009
@@ -102,8 +102,8 @@
 		  field, used when reading instances that lack this
 		  field (optional).  Permitted values depend on the
 		  field's schema type, according to the table below.
-		  Default values for union fields correspond the first
-		  schema in the union.
+		  Default values for union fields correspond to the
+		  first schema in the union.
 		  <table class="right">
 		    <caption>field default values</caption>
 		    <tr><th>avro type</th><th>json type</th><th>example</th></tr>