X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcircular-array.ts;h=2ffee18e3a14652e1203a9af1f215a885917dbd4;hb=cb70b19deb97dc2c8ad1a769e59e870ee37f8e4d;hp=8adf4b5fb6ec2a49b3d2e0e3e0d6fe4e6237c5a7;hpb=78099a150dc54d7adab495195fa5f133fd54e114;p=poolifier.git diff --git a/src/circular-array.ts b/src/circular-array.ts index 8adf4b5f..2ffee18e 100644 --- a/src/circular-array.ts +++ b/src/circular-array.ts @@ -3,7 +3,7 @@ const DEFAULT_CIRCULAR_ARRAY_SIZE = 1024 /** - * Array with a maximum length shifting items when full. + * Array with a maximum length and shifting items when full. */ export class CircularArray extends Array { public size: number