Skip to content

Commit 7829aed

Browse files
punctuation
1 parent 40e4da0 commit 7829aed

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
@@ -2544,7 +2544,7 @@ The unescaped, percent-decoded path template in the above examples would be `/2.
25442544
Runtime expressions allow defining values based on information that will only be available within the HTTP message in an actual API call.
25452545
This mechanism is used by [Link Objects](#link-object) and [Callback Objects](#callback-object).
25462546

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

25492549
```abnf
25502550
expression = "$url" / "$method" / "$statusCode" / "$request." source / "$response." source

0 commit comments

Comments
 (0)