Skip to content

Commit 72eec29

Browse files
baywetchar0n
andauthored
fix: adds literals to the list of imported definitions
Co-authored-by: Vladimír Gorej <vladimir.gorej@gmail.com>
1 parent a89f36d commit 72eec29

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
@@ -581,7 +581,7 @@ ucschar = %xA0-D7FF / %xF900-FDCF / %xFDF0-FFEF
581581
iprivate = %xE000-F8FF / %xF0000-FFFFD / %x100000-10FFFD
582582
```
583583

584-
Here, `pct-encoded`, `uschar` and `iprivate` definitions are taken from [RFC 6570](https://www.rfc-editor.org/rfc/rfc6570).
584+
Here, `literals`, `pct-encoded`, `uschar` and `iprivate` definitions are taken from [RFC 6570](https://www.rfc-editor.org/rfc/rfc6570).
585585

586586
##### Fixed Fields
587587

0 commit comments

Comments
 (0)