1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00

Use HTML entity for ampersand.

This commit is contained in:
Jake Wharton
2014-06-28 01:24:17 -07:00
parent 58c7b68cbf
commit cabd391637

View File

@@ -43,7 +43,7 @@
<div class="row">
<div class="span9">
<h3 id="overview">Overview</h3>
<p>HTTP is the way modern applications network. Its how we exchange data & media.
<p>HTTP is the way modern applications network. Its how we exchange data &amp; media.
Doing HTTP efficiently makes your stuff load faster and saves bandwidth.</p>
<p>OkHttp is an HTTP client thats efficient by default:</p>