summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/library
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-30 19:12:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-30 19:12:57 +0200
commitb43b5b2a9b5430e8e7034c08aff06e572da7b762 (patch)
treededd4348152d67ba36a15dea7b57343894d3d52e /examples/cxx/tree/library
parentfca6431ef713608521dd12641bcaf9773965c814 (diff)
Cosmetic changes
Diffstat (limited to 'examples/cxx/tree/library')
-rw-r--r--examples/cxx/tree/library/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cxx/tree/library/README b/examples/cxx/tree/library/README
index 960d1d4..0b8638c 100644
--- a/examples/cxx/tree/library/README
+++ b/examples/cxx/tree/library/README
@@ -28,5 +28,5 @@ To run the example on the sample XML instance document simply execute:
$ ./driver library.xml
-This example also shows how to to use the ID/IDREF cross-referencing
+This example also shows how to use the ID/IDREF cross-referencing
mechanism and the xsd:enumeration to C++ enum mapping.