From 7e0a9208279db8bc79cbc5f6b564642e06dea436 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Mar 2009 10:00:05 +0200 Subject: Fix typos in documentation --- documentation/cxx/parser/guide/index.xhtml | 2 +- documentation/cxx/serializer/guide/index.xhtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') 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: }; -

The XSD/e runtime provided the default implementation for the +

The XSD/e runtime provides the default implementation for the xml_schema::parser_map interface, xml_schema::parser_map_impl, 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 Section 8.4, "Reusing Serializers after an Error".

-

The XSD/e runtime provided the default implementation for the +

The XSD/e runtime provides the default implementation for the xml_schema::serializer_map interface, xml_schema::serializer_map_impl, which uses a C string (const char*) as type information. One way to -- cgit v1.1