Skip to content

Commit

Permalink
Merge pull request adambard#998 from dreftymac/patch-1
Browse files Browse the repository at this point in the history
Update xml.html.markdown
  • Loading branch information
geoffliu committed Mar 12, 2015
2 parents 104ffc3 + 274ecf0 commit 4562e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xml.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -123,4 +123,4 @@ With this tool, you can check the XML data outside the application logic.
<price>30.00</price>
</book>
</bookstore>
```
```

0 comments on commit 4562e82

Please sign in to comment.