Skip to content

Commit b17620b

Browse files
comma fix, same as #3375 (#3377)
1 parent 33f8888 commit b17620b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.2.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -740,8 +740,8 @@ The path itself is still exposed to the documentation viewer but they will not k
740740

741741
Field Name | Type | Description
742742
---|:---:|---
743-
<a name="pathItemSummary"></a>summary| `string` | An optional, string summary, intended to apply to all operations in this path.
744-
<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.
743+
<a name="pathItemSummary"></a>summary| `string` | An optional string summary, intended to apply to all operations in this path.
744+
<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.
745745
<a name="pathItemGet"></a>get | [Operation Object](#operationObject) | A definition of a GET operation on this path.
746746
<a name="pathItemPut"></a>put | [Operation Object](#operationObject) | A definition of a PUT operation on this path.
747747
<a name="pathItemPost"></a>post | [Operation Object](#operationObject) | A definition of a POST operation on this path.

0 commit comments

Comments
 (0)