Skip to content

Commit

Permalink
boop
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Dec 18, 2024
1 parent db75990 commit 3d4a24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"name": "thorish",
"description": "This is a library of useful JS concepts and data structures for Node and the browser. It it, unashamedly, a dumping ground for code needed by [@samthor](https://twitter.com/samthor)'s projects.",
"version": "1.1.23",
"version": "1.1.24",
"directories": {
"test": "test"
},
Expand Down
2 changes: 1 addition & 1 deletion src/queue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export interface Queue<X> {
}

/**
* Link-list based queue.
* Linked-list based queue.
*/
export interface LinkQueue<X> extends Queue<X> {
/**
Expand Down

0 comments on commit 3d4a24e

Please sign in to comment.