use lowercase string category

This commit is contained in:
Dave Geddes
2022-03-14 19:21:39 +00:00
parent d35db9631e
commit 071abd71d9
+1 -1
View File
@@ -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