From eedb7b18332e6f8e2ebf843e4368535d07394079 Mon Sep 17 00:00:00 2001 From: "Dr. Vortex" Date: Tue, 24 Oct 2023 16:30:56 -0500 Subject: [PATCH] Removed types in typedoc comment --- src/backends/HTTPRequest.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backends/HTTPRequest.ts b/src/backends/HTTPRequest.ts index 2bf6dea..a5a44c0 100644 --- a/src/backends/HTTPRequest.ts +++ b/src/backends/HTTPRequest.ts @@ -119,8 +119,8 @@ export class HTTPRequest extends BaseFileSystem { /** * Special HTTPFS function: Preload the given file into the index. - * @param [String] path - * @param [BrowserFS.Uint8Array] buffer + * @param path + * @param buffer */ public preloadFile(path: string, buffer: Uint8Array): void { const inode = this._index.getInode(path);