Skip to content

Commit 3a8fcbb

Browse files
committed
Fixed camelCase in examples
1 parent 5ba0fd8 commit 3a8fcbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ A header parameter with an array of 64 bit integer numbers:
835835
"format": "int64"
836836
}
837837
},
838-
"style": "comma-delimited"
838+
"style": "commaDelimited"
839839
}
840840
```
841841

@@ -849,7 +849,7 @@ schema:
849849
items:
850850
type: integer
851851
format: int64
852-
style: comma-delimited
852+
style: commaDelimited
853853
```
854854

855855
A path parameter of a string value:

0 commit comments

Comments
 (0)