Skip to content

Commit 1145cea

Browse files
authored
fix: applied new review changes
1 parent 60c5b9b commit 1145cea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/thesauruses/kotlin/1.5/queues_stacks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"simple_queue_data_structure": {
3434
"name": "Data structure that backs the simple queue",
35-
"comment": "doubly-linked list"
35+
"code": "doubly-linked list"
3636
},
3737
"circular_queue_import_statement": {
3838
"not-implemented": true,
@@ -116,7 +116,7 @@
116116
},
117117
"double_ended_queue_data_structure": {
118118
"name": "Data structure that backs the double-ended queue",
119-
"comment": "resizable array"
119+
"code": "resizable array"
120120
},
121121
"stack_import_statement": {
122122
"name": "Import statement to add stacks",

0 commit comments

Comments
 (0)