Skip to content

Commit 60c5b9b

Browse files
authored
fix: applied review changes
1 parent 43c38c8 commit 60c5b9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/thesauruses/kotlin/1.5/queues_stacks.json

Lines changed: 3 additions & 3 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-
"code": "doubly-linked list"
35+
"comment": "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-
"code": "resizable array"
119+
"comment": "resizable array"
120120
},
121121
"stack_import_statement": {
122122
"name": "Import statement to add stacks",
@@ -271,4 +271,4 @@
271271
"name": "Move pointer to end of queue/stack"
272272
}
273273
}
274-
}
274+
}

0 commit comments

Comments
 (0)