From 489e3ca7bf4212f19e29f8c9f3cdecaa88dd3bed Mon Sep 17 00:00:00 2001 From: Jake Olney Date: Tue, 7 Jun 2022 17:10:08 -0700 Subject: [PATCH] update tablerow to tablerowloop --- lib/liquid/tags/table_row.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/liquid/tags/table_row.rb b/lib/liquid/tags/table_row.rb index c29e6c24..6ca528c7 100644 --- a/lib/liquid/tags/table_row.rb +++ b/lib/liquid/tags/table_row.rb @@ -11,7 +11,7 @@ module Liquid # The `tablerow` tag must be wrapped in HTML `` and `
` 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