mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 11:20:41 -07:00
use lowercase string category
This commit is contained in:
@@ -354,7 +354,7 @@ module Liquid
|
|||||||
# @syntax {{ string | prepend: string }}
|
# @syntax {{ string | prepend: string }}
|
||||||
# @summary Prepend a string to another string.
|
# @summary Prepend a string to another string.
|
||||||
# @type filter
|
# @type filter
|
||||||
# @category String
|
# @category string
|
||||||
# @return string
|
# @return string
|
||||||
def prepend(input, string)
|
def prepend(input, string)
|
||||||
string.to_s + input.to_s
|
string.to_s + input.to_s
|
||||||
|
|||||||
Reference in New Issue
Block a user