mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
Removed trailing space
This commit is contained in:
@@ -757,7 +757,7 @@ module Liquid
|
|||||||
# @liquid_type filter
|
# @liquid_type filter
|
||||||
# @liquid_category math
|
# @liquid_category math
|
||||||
# @liquid_summary
|
# @liquid_summary
|
||||||
# Divides a number by a given number. The `divided_by` filter produces a result of the same type as the divisor. This means if you divide by an integer, the result will be an integer, and if you divide by a float, the result will be a float.
|
# Divides a number by a given number. The `divided_by` filter produces a result of the same type as the divisor. This means if you divide by an integer, the result will be an integer, and if you divide by a float, the result will be a float.
|
||||||
# @liquid_syntax number | divided_by: number
|
# @liquid_syntax number | divided_by: number
|
||||||
# @liquid_return [number]
|
# @liquid_return [number]
|
||||||
def divided_by(input, operand)
|
def divided_by(input, operand)
|
||||||
|
|||||||
Reference in New Issue
Block a user