Skip to content

Commit

Permalink
"variable-list" is the correct term (not "varspec")
Browse files Browse the repository at this point in the history
  • Loading branch information
handrews committed May 18, 2024
1 parent 017681a commit 763cc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/3.0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -3529,7 +3529,7 @@ allowReserved | `true` | `+`
explode | `false` | _n/a_
explode | `true` | `*`

Multiple `style: form` parameters are equivalent to a single RFC6570 "varspec" using the `?` operator:
Multiple `style: form` parameters are equivalent to a single RFC6570 [variable list](https://www.rfc-editor.org/rfc/rfc6570#section-2.2) using the `?` operator:

```YAML
- name: foo
Expand Down

0 comments on commit 763cc7b

Please sign in to comment.