diff options
author | Geoff Liu <cangming.liu@gmail.com> | 2015-03-11 21:36:46 -0600 |
---|---|---|
committer | Geoff Liu <cangming.liu@gmail.com> | 2015-03-11 21:36:46 -0600 |
commit | 4562e82c016e0aa5332316e530a0a0c3150f4121 (patch) | |
tree | 3ea53c9346e7a2c40050d1d0d5490885d7c71558 | |
parent | 104ffc36086cde565707c3df7d2ae335c3be55b8 (diff) | |
parent | 274ecf07e1187eb83af0cc243b7625451c02d5d8 (diff) |
Merge pull request #998 from dreftymac/patch-1
Update xml.html.markdown
-rw-r--r-- | xml.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xml.html.markdown b/xml.html.markdown index 94fc93f4..fce1a3a4 100644 --- a/xml.html.markdown +++ b/xml.html.markdown @@ -7,7 +7,7 @@ contributors: XML is a markup language designed to store and transport data. -Unlike HTML, XML does not specifies how to display or to format data, just carry it. +Unlike HTML, XML does not specify how to display or to format data, just carry it. * XML Syntax @@ -123,4 +123,4 @@ With this tool, you can check the XML data outside the application logic. <price>30.00</price> </book> </bookstore> -```
\ No newline at end of file +``` |