Skip to content

Commit

Permalink
Merge pull request #4368 from swaggerexpert/char0n/runtime-expressions
Browse files Browse the repository at this point in the history
Editorial change: fix typo in runtime expression CHAR non-terminal
  • Loading branch information
lornajane authored Feb 20, 2025
2 parents ed39e4a + 0cb336b commit f0fad47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oas.md
Original file line number Diff line number Diff line change
Expand Up @@ -2513,7 +2513,7 @@ The runtime expression is defined by the following [ABNF](https://tools.ietf.org
/ "^" / "_" / "`" / "|" / "~" / DIGIT / ALPHA
```

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).
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).

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

Expand Down

0 comments on commit f0fad47

Please sign in to comment.