Skip to content

Commit

Permalink
fix small error in doc for a Header struct (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
SVilgelm authored Aug 9, 2023
1 parent 069dcff commit 37d6023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 37d6023

Please sign in to comment.