update desc

This commit is contained in:
Michelle Vinci
2023-07-05 08:44:06 -07:00
parent c44d1d9193
commit 9a77e3e923
+1 -1
View File
@@ -69,7 +69,7 @@ module Liquid
# @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)