summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-19 09:57:35 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-19 09:57:35 -0800
commit170eedf583b43b236f3c9b88c41ddd95a8a31b31 (patch)
tree102f6891c9995e2f5d4797f91cc54738638678e6 /docs
parent42197e31aa6098c959edcbcf1bf20cb8bcdef15f (diff)
parent3c3be2e8eca8ee5b451871092f05fd32d3369c45 (diff)
Merge pull request #1943 from jantokhine/master
fixed typo in builtins.txt
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/templates/builtins.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 5cf598cf80..e5c6efcf86 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -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::