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