Skip to content

Commit

Permalink
docs(vrl): Add missing closing tag for VRL argument types
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Sep 19, 2024
1 parent 141ea8c commit 55a42be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/layouts/partials/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ <h4 id="{{ $id }}">
{{- .name -}}
</span>:
<span class="text-gray-200">
<{{ delimit .type `<span class="text-grey-500"> |
<{{ delimit .type `><span class="text-grey-500"> |
</span>` }}></span>{{ if not $isLast }}, {{ end -}}
{{ end -}}
{{- if gt (len $optionalArgs) 0 -}},
Expand All @@ -733,7 +733,7 @@ <h4 id="{{ $id }}">
{{- .name -}}
</span>:
<span class="text-gray-200">
<{{ delimit .type `<span class="text-grey-500"> |
<{{ delimit .type `><span class="text-grey-500"> |
</span>` }}></span>{{ if not $isLast }}, {{ end -}}
{{ end -}}]{{ end }})
{{- with $return -}}
Expand Down Expand Up @@ -2236,4 +2236,4 @@ <h3 id="{{ $code }}">
</div>
</div>
</div>
{{ end }}
{{ end }}

0 comments on commit 55a42be

Please sign in to comment.