diff --git a/website/content/docs/release-notes/v1_13.mdx b/website/content/docs/release-notes/v1_13.mdx index 0e08e508d..83a4ba2ce 100644 --- a/website/content/docs/release-notes/v1_13.mdx +++ b/website/content/docs/release-notes/v1_13.mdx @@ -18,7 +18,7 @@ This enhancement allows you to provide a full script as an inline command, enabl ### New functions -As part of Packer 1.13, we have introduced more functions. +As part of Packer 1.13, we have introduced below functions. * `sum`: takes a list or set of numbers and returns the sum of those numbers.. * `startswith`: takes two values: a string to check and a prefix string. The function returns true if the string begins with that exact prefix.