Skip to content

Commit 3063a89

Browse files
baywetchar0n
andauthored
chore: adds missing quotes
Co-authored-by: Vladimír Gorej <[email protected]>
1 parent e4caedc commit 3063a89

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
@@ -63,7 +63,7 @@ DIGIT = %x30-39 ; 0-9
6363
HEXDIG = DIGIT / "A" / "B" / "C" / "D" / "E" / "F"
6464
```
6565

66-
Here, all characters definitions are taken from [RFC 3986](https://tools.ietf.org/html/rfc3986). The path-template is directly derived from [RFC 3986, section 3.3](https://datatracker.ietf.org/doc/html/rfc3986#section-3.3).
66+
Here, all characters definitions are taken from [RFC 3986](https://tools.ietf.org/html/rfc3986). The `path-template` is directly derived from [RFC 3986, section 3.3](https://datatracker.ietf.org/doc/html/rfc3986#section-3.3).
6767

6868
### Media Types
6969

0 commit comments

Comments
 (0)