Minor editorial error in section 6 of XML 2nd edition

In the description of A+ in the BNF grammar section you state "matches
one or more occurrences of A.Concatenation has higher precedence than
alternation; thus A+ | B+ is identical to (A+) | (B+)."

A space is missing between "of A." and "Concatenation has". That's all. 

-- 
+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo@metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+ 
|         XML in a Nutshell (O'Reilly & Associates, 2001)            |
|              http://www.ibiblio.org/xml/books/xian/                |
|   http://www.amazon.com/exec/obidos/ISBN=0596000588/cafeaulaitA/   |
+----------------------------------+---------------------------------+
|  Read Cafe au Lait for Java News:  http://metalab.unc.edu/javafaq/ | 
|  Read Cafe con Leche for XML News: http://metalab.unc.edu/xml/     |
+----------------------------------+---------------------------------+

Received on Thursday, 5 April 2001 11:49:11 UTC