Skip to content

Commit

Permalink
feat: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed May 20, 2024
1 parent 6f9bb26 commit cd904ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/utils/Queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class Queue<T> {

/**
* @method enqueue
* @description 入列O
* @description 入列
* @param value 要入列的值
*/
enqueue(value: T): void {
Expand Down

0 comments on commit cd904ea

Please sign in to comment.