Skip to content

Commit 043ebf3

Browse files
punctuation fix (#3397)
same as #3375
1 parent 8397a89 commit 043ebf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.4.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -743,8 +743,8 @@ The path itself is still exposed to the documentation viewer but they will not k
743743
Field Name | Type | Description
744744
---|:---:|---
745745
<a name="pathItemRef"></a>$ref | `string` | Allows for an external definition of this path item. The referenced structure MUST be in the format 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.
746-
<a name="pathItemSummary"></a>summary| `string` | An optional, string summary, intended to apply to all operations in this path.
747-
<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.
746+
<a name="pathItemSummary"></a>summary| `string` | An optional string summary, intended to apply to all operations in this path.
747+
<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.
748748
<a name="pathItemGet"></a>get | [Operation Object](#operationObject) | A definition of a GET operation on this path.
749749
<a name="pathItemPut"></a>put | [Operation Object](#operationObject) | A definition of a PUT operation on this path.
750750
<a name="pathItemPost"></a>post | [Operation Object](#operationObject) | A definition of a POST operation on this path.

0 commit comments

Comments
 (0)