mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 01:10:41 -07:00
fix lint errors
This commit is contained in:
@@ -21,14 +21,14 @@ module Liquid
|
||||
# The number of iterations.
|
||||
# @liquid_return [number]
|
||||
attr_reader :length
|
||||
|
||||
|
||||
# @liquid_public_docs
|
||||
# @liquid_name tablerow.col
|
||||
# @liquid_summary
|
||||
# The 1-based index of the current column.
|
||||
# @liquid_return [number]
|
||||
attr_reader :col
|
||||
|
||||
|
||||
# @liquid_public_docs
|
||||
# @liquid_name tablerow.row
|
||||
# @liquid_summary
|
||||
|
||||
@@ -6,7 +6,7 @@ module Liquid
|
||||
# @liquid_category conditional
|
||||
# @liquid_name if
|
||||
# @liquid_summary
|
||||
# Renders an expression if a specific condition is `true`.
|
||||
# Renders an expression if a specific condition is `true`.
|
||||
# @liquid_syntax
|
||||
# {% if condition %}
|
||||
# expression
|
||||
|
||||
@@ -8,7 +8,7 @@ module Liquid
|
||||
# @liquid_category conditional
|
||||
# @liquid_name unless
|
||||
# @liquid_summary
|
||||
# Renders an expression unless a specific condition is `true`.
|
||||
# Renders an expression unless a specific condition is `true`.
|
||||
# @liquid_description
|
||||
# > Tip:
|
||||
# > Similar to the [`if` tag](/api/liquid/tags#if), you can use `elsif` to add more conditions to an `unless` tag.
|
||||
|
||||
Reference in New Issue
Block a user