aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--documentation/cxx/parser/guide/index.xhtml2
-rw-r--r--documentation/cxx/serializer/guide/index.xhtml2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/cxx/parser/guide/index.xhtml b/documentation/cxx/parser/guide/index.xhtml
index 3f589a1..85b5092 100644
--- a/documentation/cxx/parser/guide/index.xhtml
+++ b/documentation/cxx/parser/guide/index.xhtml
@@ -2734,7 +2734,7 @@ private:
};
</pre>
- <p>The XSD/e runtime provided the default implementation for the
+ <p>The XSD/e runtime provides the default implementation for the
<code>xml_schema::parser_map</code> interface,
<code>xml_schema::parser_map_impl</code>, which is a hashmap.
It requires that you specify the number of buckets it will contain
diff --git a/documentation/cxx/serializer/guide/index.xhtml b/documentation/cxx/serializer/guide/index.xhtml
index 31a41d8..4deacf0 100644
--- a/documentation/cxx/serializer/guide/index.xhtml
+++ b/documentation/cxx/serializer/guide/index.xhtml
@@ -3474,7 +3474,7 @@ namespace xml_schema
resetting refer to <a href="#8.4">Section 8.4, "Reusing Serializers
after an Error"</a>.</p>
- <p>The XSD/e runtime provided the default implementation for the
+ <p>The XSD/e runtime provides the default implementation for the
<code>xml_schema::serializer_map</code> interface,
<code>xml_schema::serializer_map_impl</code>, which uses a C string
(<code>const char*</code>) as type information. One way to