update tablerow to tablerowloop

This commit is contained in:
Jake Olney
2022-06-27 15:10:23 -04:00
committed by Melanie Wang
parent 65542f9e4f
commit 489e3ca7bf
+1 -1
View File
@@ -11,7 +11,7 @@ module Liquid
# The `tablerow` tag must be wrapped in HTML `<table>` and `</table>` tags.
#
# > Tip:
# > Every `tablerow` loop has an associated [`tablerow` object](/api/liquid/objects#tablerow) with information about the loop.
# > Every `tablerow` loop has an associated [`tablerowloop` object](/api/liquid/objects#tablerowloop) with information about the loop.
# @liquid_syntax
# {% tablerow variable in array %}
# expression