From: Peter Newman Date: Fri, 7 Aug 2020 11:39:49 +0000 (+0100) Subject: Fix another typo X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=4fff9f4c42e94b7144222370176bf03dfde708e6;p=buffer.git Fix another typo --- diff --git a/index.d.ts b/index.d.ts index 0227c9c..5d1a804 100644 --- a/index.d.ts +++ b/index.d.ts @@ -166,7 +166,7 @@ export class Buffer extends Uint8Array { * @param size count of octets to allocate. * @param fill if specified, buffer will be initialized by calling buf.fill(fill). * If parameter is omitted, buffer will be filled with zeros. - * @param encoding encoding used for call to buf.fill while initalizing + * @param encoding encoding used for call to buf.fill while initializing */ static alloc(size: number, fill?: string | Buffer | number, encoding?: string): Buffer; /**