From b366d5b1e71bf0f516b46da5399e0ec1c4635399 Mon Sep 17 00:00:00 2001 From: liuhan Date: Wed, 28 Sep 2016 10:10:36 +0800 Subject: [PATCH] components/expat: a few grammar fixes modify a few grammar, see expat.rst file. --- components/expat/expat.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/expat/expat.rst b/components/expat/expat.rst index ee095d5ea..75c6bcaf8 100644 --- a/components/expat/expat.rst +++ b/components/expat/expat.rst @@ -7,7 +7,7 @@ It is a stream-oriented parser in which an application registers handlers for th It can parse some larger files. -- Expat XML Parser Support many different processor, But for the most part function you only need four function as follows: +- Expat XML Parser support many different processor, but for the most part function you only need the following functions: *XML_ParserCreate:* Create a new parser object @@ -17,6 +17,6 @@ It can parse some larger files. *XML_Parse:* Pass a buffer full of document to the parser -More information about Expat library will show them on http://expat.sourceforge.net +More information about Expat library can be found on http://expat.sourceforge.net An introductory article on using Expat is available on http://xml.com