Skip to content

Commit dab97ed

Browse files
punctuation
1 parent 53dbc0e commit dab97ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/oas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ servers:
353353
354354
An object representing a Server Variable for server URL template substitution.
355355
356-
The server URL templating is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax.
356+
The server URL templating is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax:
357357
358358
```abnf
359359
server-url-template = 1*( literals / server-variable )
@@ -524,7 +524,7 @@ For example, the template `/foo/{bar}` cannot match the URI path "/foo/alpha/bet
524524

525525
See [URL Percent-Encoding](#url-percent-encoding) for additional guidance on escaping characters.
526526

527-
The path templating is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax
527+
The path templating is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax:
528528

529529
```abnf
530530
path-template = "/" *( path-segment "/" ) [ path-segment ]
@@ -2615,7 +2615,7 @@ The unescaped, percent-decoded path template in the above examples would be `/2.
26152615
Runtime expressions allow defining values based on information that will only be available within the HTTP message in an actual API call.
26162616
This mechanism is used by [Link Objects](#link-object) and [Callback Objects](#callback-object).
26172617

2618-
The runtime expression is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax
2618+
The runtime expression is defined by the following [ABNF](https://tools.ietf.org/html/rfc5234) syntax:
26192619

26202620
```abnf
26212621
expression = "$url" / "$method" / "$statusCode" / "$request." source / "$response." source

0 commit comments

Comments
 (0)