Skip to content

Commit

Permalink
Merge pull request #1628 from Shopify/updating-escape-filter-reference
Browse files Browse the repository at this point in the history
Update escape filter reference summary
  • Loading branch information
liamgriffin committed Sep 29, 2022
2 parents 456be2f + f21d1c5 commit c8f3cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/liquid/standardfilters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def capitalize(input)
# @liquid_type filter
# @liquid_category string
# @liquid_summary
# Escapes a string.
# Escapes special characters in HTML, such as `<>`, `'`, and `&`, and converts characters into escape sequences. The filter doesn't effect characters within the string that don’t have a corresponding escape sequence.".
# @liquid_syntax string | escape
# @liquid_return [string]
def escape(input)
Expand Down

0 comments on commit c8f3cfa

Please sign in to comment.