]> zoso.dev Git - buffer.git/commitdiff
Fix another typo
authorPeter Newman <peternewman@users.noreply.github.com>
Fri, 7 Aug 2020 11:39:49 +0000 (12:39 +0100)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 11:39:49 +0000 (12:39 +0100)
index.d.ts

index 0227c9c27664ddbeef3310db1ca37ec7bdaa8153..5d1a804e5a8465592fec8686337022a65cb2586d 100644 (file)
@@ -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;
     /**