Skip to content

Commit cee960b

Browse files
committed
Fix string array examples
1 parent ed68ebf commit cee960b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/question/docs/question.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ components:
174174
type: array
175175
items:
176176
type: string
177-
example: ["Array, Hash Table"]
177+
example: ["Array", "Hash Table"]
178178
complexity:
179179
type: string
180180
example: "Easy"
@@ -197,7 +197,7 @@ components:
197197
type: array
198198
items:
199199
type: string
200-
example: ["Array, Hash Table"]
200+
example: ["Array", "Hash Table"]
201201
complexity:
202202
type: string
203203
example: "Easy"
@@ -294,7 +294,7 @@ components:
294294
type: array
295295
items:
296296
type: string
297-
example: ["Dynamic Programming, Bit Manipulation"]
297+
example: ["Dynamic Programming", "Bit Manipulation"]
298298
complexity:
299299
type: string
300300
example: "Hard"

0 commit comments

Comments
 (0)