diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2015-10-15 13:36:14 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2015-10-15 13:36:14 -0500 |
commit | 68953bd9d97328b8660dad06edd8acb8ff330ede (patch) | |
tree | 7f5af81e4addf2c326d2c2cf5a06a1f3cf4b445c | |
parent | 854a6c6363fb266c6a69596b0205d0ba823de731 (diff) | |
parent | 28751f213493d57ce06983f91077dd2d51e06821 (diff) |
Merge pull request #1530 from NimitS1/patch-3
A minor typo.
-rw-r--r-- | xml.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xml.html.markdown b/xml.html.markdown index 547deb08..efc2340f 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 specify how to display or to format data, just carry it. +Unlike HTML, XML does not specify how to display or to format data, it just carries it. * XML Syntax |