Skip to content

Commit f0fad47

Browse files
authored
Merge pull request #4368 from swaggerexpert/char0n/runtime-expressions
Editorial change: fix typo in runtime expression CHAR non-terminal
2 parents ed39e4a + 0cb336b commit f0fad47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2513,7 +2513,7 @@ The runtime expression is defined by the following [ABNF](https://tools.ietf.org
25132513
/ "^" / "_" / "`" / "|" / "~" / DIGIT / ALPHA
25142514
```
25152515

2516-
Here, `json-pointer` is taken from [RFC6901](https://tools.ietf.org/html/rfc6901), `char` from [RFC7159](https://tools.ietf.org/html/rfc7159#section-7) and `token` from [RFC7230](https://tools.ietf.org/html/rfc7230#section-3.2.6).
2516+
Here, `json-pointer` is taken from [RFC6901](https://tools.ietf.org/html/rfc6901), `CHAR` from [RFC7159](https://tools.ietf.org/html/rfc7159#section-7) and `token` from [RFC7230](https://tools.ietf.org/html/rfc7230#section-3.2.6).
25172517

25182518
The `name` identifier is case-sensitive, whereas `token` is not.
25192519

0 commit comments

Comments
 (0)