From 4fff9f4c42e94b7144222370176bf03dfde708e6 Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Fri, 7 Aug 2020 12:39:49 +0100 Subject: [PATCH] Fix another typo --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /** -- 2.34.1