From c99d35bc33cd47a6249be32378ed648108f41121 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 30 Oct 2023 23:54:37 -0700 Subject: [PATCH] Fix lint warning (#475) --- model/registry/http.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/registry/http.yaml b/model/registry/http.yaml index ec763f0ea..57a7de3ce 100644 --- a/model/registry/http.yaml +++ b/model/registry/http.yaml @@ -11,7 +11,7 @@ groups: is often, but not always, present as the [Content-Length](https://www.rfc-editor.org/rfc/rfc9110.html#field.content-length) header. For requests using transport encoding, this should be the compressed size. examples: 3495 - stability: experimental # this should not be marked stable with other HTTP attributes + stability: experimental # this should not be marked stable with other HTTP attributes - id: request.header type: template[string[]] brief: > @@ -98,7 +98,7 @@ groups: is often, but not always, present as the [Content-Length](https://www.rfc-editor.org/rfc/rfc9110.html#field.content-length) header. For requests using transport encoding, this should be the compressed size. examples: 3495 - stability: experimental # this should not be marked stable with other HTTP attributes + stability: experimental # this should not be marked stable with other HTTP attributes - id: response.header type: template[string[]] brief: >