Commit 3c3be2e8 authored by Julia Antokhine's avatar Julia Antokhine
Browse files

fixed typo in builtins.txt

parent 42197e31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -383,7 +383,7 @@ displayed if the given array is empty or could not be found::
    {% empty %}
        <li>Sorry, no athletes in this list.</li>
    {% endfor %}
    <ul>
    </ul>

The above is equivalent to -- but shorter, cleaner, and possibly faster
than -- the following::