]> granicus.if.org Git - esp-idf/commitdiff
components/expat: a few grammar fixes
authorliuhan <liuhan@espressif.com>
Wed, 28 Sep 2016 02:10:36 +0000 (10:10 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Wed, 28 Sep 2016 08:26:35 +0000 (16:26 +0800)
modify a few grammar, see expat.rst file.

components/expat/expat.rst

index ee095d5ea73814010b7a082e21d0af9c791de20f..75c6bcaf83ba8406baf3a232c46c4ea9d6eded86 100644 (file)
@@ -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