Skip to content

Commit 77427b2

Browse files
punctuation fix (#3375)
1 parent 9dff244 commit 77427b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.1.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -741,8 +741,8 @@ The path itself is still exposed to the documentation viewer but they will not k
741741
Field Name | Type | Description
742742
---|:---:|---
743743
<a name="pathItemRef"></a>$ref | `string` | Allows for a referenced definition of this path item. The referenced structure MUST be in the form of a [Path Item Object](#pathItemObject). In case a Path Item Object field appears both in the defined object and the referenced object, the behavior is undefined. See the rules for resolving [Relative References](#relativeReferencesURI).
744-
<a name="pathItemSummary"></a>summary| `string` | An optional, string summary, intended to apply to all operations in this path.
745-
<a name="pathItemDescription"></a>description | `string` | An optional, string description, intended to apply to all operations in this path. [CommonMark syntax](https://spec.commonmark.org/) MAY be used for rich text representation.
744+
<a name="pathItemSummary"></a>summary| `string` | An optional string summary, intended to apply to all operations in this path.
745+
<a name="pathItemDescription"></a>description | `string` | An optional string description, intended to apply to all operations in this path. [CommonMark syntax](https://spec.commonmark.org/) MAY be used for rich text representation.
746746
<a name="pathItemGet"></a>get | [Operation Object](#operationObject) | A definition of a GET operation on this path.
747747
<a name="pathItemPut"></a>put | [Operation Object](#operationObject) | A definition of a PUT operation on this path.
748748
<a name="pathItemPost"></a>post | [Operation Object](#operationObject) | A definition of a POST operation on this path.

0 commit comments

Comments
 (0)