Skip to content

Commit f3e44e2

Browse files
committed
edit Header Object
1 parent e6ec613 commit f3e44e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,15 +2285,15 @@ using JSON references.
22852285

22862286
#### <a name="headerObject"></a>Header Object
22872287

2288-
The Header Object follows the structure of the [Parameter Object](#parameterObject), with the following changes:
2288+
The Header Object follows the structure of the [Parameter Object](#parameterObject) with the following changes:
22892289

22902290
1. `name` MUST NOT be specified, it is given in the corresponding `headers` map.
22912291
1. `in` MUST NOT be specified, it is implicitly in `header`.
22922292
1. All traits that are affected by the ___location MUST be applicable to a ___location of `header` (for example, [`style`](#parameterStyle)).
22932293

22942294
##### Header Object Example
22952295

2296-
A simple header with of an integer type:
2296+
A simple header of type integer:
22972297

22982298
```json
22992299
{

0 commit comments

Comments
 (0)