Skip to content

Commit

Permalink
Merge pull request #1730 from Shopify/capitalize-desc-fix
Browse files Browse the repository at this point in the history
[Liquid reference]: Update description of `capitalize`
  • Loading branch information
mcvinci authored Jul 5, 2023
2 parents c44d1d9 + 9a77e3e commit 546dd9b
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 @@ -69,7 +69,7 @@ def upcase(input)
# @liquid_type filter
# @liquid_category string
# @liquid_summary
# Capitalizes the first word in a string.
# Capitalizes the first word in a string and downcases the remaining characters.
# @liquid_syntax string | capitalize
# @liquid_return [string]
def capitalize(input)
Expand Down

0 comments on commit 546dd9b

Please sign in to comment.