Skip to content

Commit 24b4ad3

Browse files
committed
Don't use both bold and italics
Style guide conformance.
1 parent ba08a1a commit 24b4ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4239,7 +4239,7 @@ parameters:
42394239
type: string
42404240
```
42414241

4242-
This example is equivalent to RFC6570's `{?foo*,bar}`, and **_NOT_** `{?foo*}{&bar}`. The latter is problematic because if `foo` is not defined, the result will be an invalid URI.
4242+
This example is equivalent to RFC6570's `{?foo*,bar}`, and **NOT** `{?foo*}{&bar}`. The latter is problematic because if `foo` is not defined, the result will be an invalid URI.
42434243
The `&` prefix operator has no equivalent in the Parameter Object.
42444244

42454245
Note that RFC6570 does not specify behavior for compound values beyond the single level addressed by `explode`. The result of using objects or arrays where no behavior is clearly specified for them is implementation-defined.

0 commit comments

Comments
 (0)