Skip to content

Commit 0e91fe8

Browse files
authored
Merge pull request #2352 from hkosova/comment-indent-fix
Fix indentation of a YAML comment
2 parents 7fc06e0 + 4ad45ad commit 0e91fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ In addition, specific media types MAY be specified:
14801480
# multiple, specific media types may be specified:
14811481
requestBody:
14821482
content:
1483-
# a binary file of type png or jpeg
1483+
# a binary file of type png or jpeg
14841484
image/jpeg: {}
14851485
image/png: {}
14861486
```

0 commit comments

Comments
 (0)