chore: fix trivial typo in code comment
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 10 Jul 2024 20:27:45 +0000 (22:27 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 10 Jul 2024 20:27:45 +0000 (22:27 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/queues/abstract-fixed-queue.ts

index 44cfab9da84b7e53ef357347ece43f7782283282..0239153f2619c5473726d95aedcc85c88dfb416c 100644 (file)
@@ -5,7 +5,7 @@ import {
 } from './queue-types.js'
 
 /**
- * Base fixed queue class
+ * Base fixed queue class.
  * @typeParam T - Type of fixed queue data.
  * @internal
  */