From 55a42be3f1aa0e7c87108d0382e232a4bfba7f5c Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Thu, 19 Sep 2024 16:12:01 -0400 Subject: [PATCH] docs(vrl): Add missing closing tag for VRL argument types Signed-off-by: Jesse Szwedko --- website/layouts/partials/data.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/layouts/partials/data.html b/website/layouts/partials/data.html index 2c80b7f6e5fcd..1b8c92e06d30a 100644 --- a/website/layouts/partials/data.html +++ b/website/layouts/partials/data.html @@ -722,7 +722,7 @@

{{- .name -}} : - <{{ delimit .type ` | + <{{ delimit .type `> | ` }}>{{ if not $isLast }}, {{ end -}} {{ end -}} {{- if gt (len $optionalArgs) 0 -}}, @@ -733,7 +733,7 @@

{{- .name -}} : - <{{ delimit .type ` | + <{{ delimit .type `> | ` }}>{{ if not $isLast }}, {{ end -}} {{ end -}}]{{ end }}) {{- with $return -}} @@ -2236,4 +2236,4 @@

-{{ end }} +{{ end }} \ No newline at end of file