From 37d60234582129cb291db91dc01470034c733b58 Mon Sep 17 00:00:00 2001 From: Sergey Vilgelm Date: Wed, 9 Aug 2023 09:37:56 -0700 Subject: [PATCH] fix small error in doc for a Header struct (#45) --- spec/header.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/header.go b/spec/header.go index 448cd0b..c4b5398 100644 --- a/spec/header.go +++ b/spec/header.go @@ -12,7 +12,7 @@ package spec // // All fields are copied from Parameter Object as is, except name and in fields. type Header struct { - // Example of the parameter’s potential value. + // Example of the header’s potential value. // The example SHOULD match the specified schema and encoding properties if present. // The example field is mutually exclusive of the examples field. // Furthermore, if referencing a schema that contains an example, the example value SHALL override the example provided by the schema.