diff --git a/content/docs/reference/templates/functions.md b/content/docs/reference/templates/functions.md index 34dce90..5b4f79c 100644 --- a/content/docs/reference/templates/functions.md +++ b/content/docs/reference/templates/functions.md @@ -1722,7 +1722,7 @@ Concatenates the arguments in order, adding spaces between arguments when neithe {{ $result := println }} ``` -Concatenates the arguments in order, adding spaces between arguments when neither is a string and inserting a newline at +Concatenates the arguments in order, adding spaces between arguments and inserting a newline at the end. #### printf