Skip to content

Commit e7d9320

Browse files
authored
brackets are used in all query parameter families (json-api#1647)
1 parent 87896c8 commit e7d9320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_format/1.1/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -895,8 +895,8 @@ The following characters **MUST NOT** be used in implementation and
895895
- U+002B PLUS SIGN, "+" _(has overloaded meaning in URL query strings)_
896896
- U+002C COMMA, "," _(used as a separator between relationship paths)_
897897
- U+002E PERIOD, "." _(used as a separator within relationship paths)_
898-
- U+005B LEFT SQUARE BRACKET, "[" _(used in sparse fieldsets)_
899-
- U+005D RIGHT SQUARE BRACKET, "]" _(used in sparse fieldsets)_
898+
- U+005B LEFT SQUARE BRACKET, "[" _(used in query parameter families)_
899+
- U+005D RIGHT SQUARE BRACKET, "]" _(used in query parameter families)_
900900
- U+0021 EXCLAMATION MARK, "!"
901901
- U+0022 QUOTATION MARK, '"'
902902
- U+0023 NUMBER SIGN, "#"

0 commit comments

Comments
 (0)