remove unnecessary tags

This commit is contained in:
Shaina Raskas
2022-03-16 16:13:02 -04:00
parent a77c37db0a
commit 9eeaf89665
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -1,6 +1,5 @@
# frozen_string_literal: true
# @public_docs
module Liquid
# "For" iterates over an array or collection.
# Several useful variables are available to you within the loop.
-1
View File
@@ -1,6 +1,5 @@
# frozen_string_literal: true
# @public_docs
module Liquid
# If is the conditional block
#
-1
View File
@@ -1,6 +1,5 @@
# frozen_string_literal: true
# @public_docs
module Liquid
# @public_docs
# @title tablerow
-1
View File
@@ -2,7 +2,6 @@
require_relative 'if'
# @public_docs
module Liquid
# @public_docs
# @title unless