Update lib/liquid/standardfilters.rb

Co-authored-by: Dylan Thacker-Smith <[email protected]>
This commit is contained in:
Anders Søgaard
2021-09-17 08:26:16 +02:00
committed by GitHub
co-authored by Dylan Thacker-Smith
parent f17c49776d
commit 5187399fd4
+1 -1
View File
@@ -303,7 +303,7 @@ module Liquid
# remove a substring
def remove(input, string)
replace(input.to_s, string, '')
replace(input, string, '')
end
# remove the first occurrences of a substring