Skip to content

Commit

Permalink
Remove extra => from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiob committed Jan 5, 2017
1 parent acab68c commit 0b681cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/channels.html
Expand Up @@ -94,11 +94,11 @@ <h4>List of <code>Yt::Channel</code> data methods</h4>
<dd><a class="anchor" id="select"></a><div class="highlight"><pre>
{% include example.html object='slow = channel' result='without select: 2 HTTP requests' %}
{% include example.html object='slow' method='title' result='one HTTP request to fetch the channel’s snippet' %}
{% include example.html object='slow' method='privacy_status' result='=> another HTTP request to fetch the channel’s status' %}
{% include example.html object='slow' method='privacy_status' result='another HTTP request to fetch the channel’s status' %}

{% include doc.html instance="Channel#select" %}{% include example.html object='fast = channel' method='select' params=' <span class="ss">:snippet</span><span class="p">,</span> <span class="ss">:status</span>' result='with select: 1 HTTP request' %}
{% include example.html object='fast' method='title' result='one HTTP request to fetch both the channel’s snippet and status' %}
{% include example.html object='fast' method='privacy_status' result='=> no extra HTTP requests' %}</pre>
{% include example.html object='fast' method='privacy_status' result='no extra HTTP requests' %}</pre>
</div></dd>
</dl>

Expand Down

0 comments on commit 0b681cc

Please sign in to comment.